Subject: CVS commit: src/games/rain
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/02/2004 21:31:23
Module Name:	src
Committed By:	christos
Date:		Sun May  2 21:31:23 UTC 2004

Modified Files:
	src/games/rain: rain.c

Log Message:
- don't catch STOP, TSTP, QUIT; the first you cannot catch and the other two
  you should not.
- don't accept delay == 1000, because it turns to 0 and fix the number parsing
- misc KNF cleanups.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/games/rain/rain.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.