summaryrefslogtreecommitdiff
path: root/games/robots/extern.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/extern.c')
-rw-r--r--games/robots/extern.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/robots/extern.c b/games/robots/extern.c
index ad0533bdf11..d0cecf34754 100644
--- a/games/robots/extern.c
+++ b/games/robots/extern.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.c,v 1.4 2003/06/03 03:01:40 millert Exp $ */
+/* $OpenBSD: extern.c,v 1.5 2009/10/27 23:59:26 deraadt Exp $ */
/* $NetBSD: extern.c,v 1.3 1995/04/22 10:08:49 cgd Exp $ */
/*
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: extern.c,v 1.4 2003/06/03 03:01:40 millert Exp $";
-#endif
-#endif /* not lint */
-
#include "robots.h"
bool Dead; /* Player is now dead */