summaryrefslogtreecommitdiff
path: root/games/adventure/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r--games/adventure/io.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 7bdd2914757..0c4c699db08 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.c,v 1.16 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: io.c,v 1.17 2009/10/27 23:59:23 deraadt Exp $ */
/* $NetBSD: io.c,v 1.3 1995/04/24 12:21:37 cgd Exp $ */
/*-
@@ -35,14 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: io.c,v 1.16 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
/* Re-coding of advent in C: file i/o and user i/o */
#include <err.h>