diff options
Diffstat (limited to 'games/robots/score.c')
-rw-r--r-- | games/robots/score.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/robots/score.c b/games/robots/score.c index 2e0ada5d168..2b9fae1532a 100644 --- a/games/robots/score.c +++ b/games/robots/score.c @@ -1,4 +1,4 @@ -/* $OpenBSD: score.c,v 1.9 2004/11/29 08:52:29 jsg Exp $ */ +/* $OpenBSD: score.c,v 1.10 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: score.c,v 1.3 1995/04/22 10:09:12 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: score.c,v 1.9 2004/11/29 08:52:29 jsg Exp $"; -#endif -#endif /* not lint */ - #include "robots.h" #include "pathnames.h" |