]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rain/rain.c
Revert inclusion of <string.h> now that curses has been fixed.
[bsdgames-darwin.git] / rain / rain.c
index e47186c778a9538b637035ca5df1962fa40072d8..c6fc4038a44224d0ce4df6fb4122935fa3c7d051 100644 (file)
@@ -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;