summaryrefslogtreecommitdiff
path: root/games/rogue/use.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/rogue/use.c')
-rw-r--r--games/rogue/use.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/rogue/use.c b/games/rogue/use.c
index 09c04411c29..3291363a859 100644
--- a/games/rogue/use.c
+++ b/games/rogue/use.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: use.c,v 1.8 2006/03/08 09:44:36 otto Exp $ */
+/* $OpenBSD: use.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */
/* $NetBSD: use.c,v 1.3 1995/04/22 10:28:38 cgd Exp $ */
/*
@@ -33,14 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)use.c 8.1 (Berkeley) 5/31/93";
-#else
-static const char rcsid[] = "$OpenBSD: use.c,v 1.8 2006/03/08 09:44:36 otto Exp $";
-#endif
-#endif /* not lint */
-
/*
* use.c
*