diff options
Diffstat (limited to 'games/rain/rain.c')
-rw-r--r-- | games/rain/rain.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/games/rain/rain.c b/games/rain/rain.c index 31cb0138854..86aac6f7cfe 100644 --- a/games/rain/rain.c +++ b/games/rain/rain.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rain.c,v 1.14 2004/07/10 07:26:23 deraadt Exp $ */ +/* $OpenBSD: rain.c,v 1.15 2009/10/27 23:59:26 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,20 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: rain.c,v 1.14 2004/07/10 07:26:23 deraadt Exp $"; -#endif -#endif /* not lint */ - /* * rain 11/3/1980 EPS/CITHEP * cc rain.c -o rain -O -ltermlib |