diff options
Diffstat (limited to 'games/battlestar/dayfile.c')
-rw-r--r-- | games/battlestar/dayfile.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/battlestar/dayfile.c b/games/battlestar/dayfile.c index 506f548cf9a..6cf6019341b 100644 --- a/games/battlestar/dayfile.c +++ b/games/battlestar/dayfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dayfile.c,v 1.10 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: dayfile.c,v 1.11 2009/10/27 23:59:24 deraadt Exp $ */ /* $NetBSD: dayfile.c,v 1.3 1995/03/21 15:07:18 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)dayfile.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: dayfile.c,v 1.10 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" struct room dayfile[] = { |