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