summaryrefslogtreecommitdiffstats
path: root/rain/rain.c
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>1999-08-08 02:06:01 +0000
committersimonb <simonb@NetBSD.org>1999-08-08 02:06:01 +0000
commit21e3393acafe7ca087d2267b7955436ee3e6c248 (patch)
tree21b45b8a55cc2e3a03ba24685f3356a0c940353f /rain/rain.c
parent22a24570583a0eb123a58716d93fd04a4f90a121 (diff)
downloadbsdgames-darwin-21e3393acafe7ca087d2267b7955436ee3e6c248.tar.gz
bsdgames-darwin-21e3393acafe7ca087d2267b7955436ee3e6c248.tar.zst
bsdgames-darwin-21e3393acafe7ca087d2267b7955436ee3e6c248.zip
Revert inclusion of <string.h> now that curses has been fixed.
Diffstat (limited to 'rain/rain.c')
-rw-r--r--rain/rain.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/rain/rain.c b/rain/rain.c
index e47186c7..c6fc4038 100644
--- a/rain/rain.c
+++ b/rain/rain.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rain.c,v 1.12 1999/08/04 18:38:12 thorpej Exp $ */
+/* $NetBSD: rain.c,v 1.13 1999/08/08 02:06:01 simonb Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rain.c,v 1.12 1999/08/04 18:38:12 thorpej Exp $");
+__RCSID("$NetBSD: rain.c,v 1.13 1999/08/08 02:06:01 simonb Exp $");
#endif
#endif /* not lint */
@@ -58,7 +58,6 @@ __RCSID("$NetBSD: rain.c,v 1.12 1999/08/04 18:38:12 thorpej Exp $");
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
volatile sig_atomic_t sig_caught = 0;