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