summaryrefslogtreecommitdiff
path: root/games/adventure/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/init.c')
-rw-r--r--games/adventure/init.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/adventure/init.c b/games/adventure/init.c
index 1dd1bd81053..9c60994258c 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init.c,v 1.10 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: init.c,v 1.11 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: init.c,v 1.4 1996/05/21 21:53:05 mrg Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
-#else
-static char rcsid[] = "$OpenBSD: init.c,v 1.10 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: data initialization */
#include <sys/types.h>