From bd3e1287e3bcac82e2dcebeb4ecadcdfc29b5746 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 3 Jan 1988 03:22:09 -0800 Subject: [PATCH] reformat; lint clean-ups, ANSI C cleanups, remove float operations check malloc results, only ignore relevant signals SCCS-vsn: games/rain/rain.c 5.3 --- usr/src/games/rain/rain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/games/rain/rain.c b/usr/src/games/rain/rain.c index 511b72f3eb..781678bc93 100644 --- a/usr/src/games/rain/rain.c +++ b/usr/src/games/rain/rain.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)rain.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)rain.c 5.3 (Berkeley) %G%"; #endif not lint #define BSD -- 2.20.1