diff options
Diffstat (limited to 'games/rogue/init.c')
-rw-r--r-- | games/rogue/init.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/rogue/init.c b/games/rogue/init.c index ebada22b573..2c93ebab551 100644 --- a/games/rogue/init.c +++ b/games/rogue/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.11 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: init.c,v 1.12 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: init.c,v 1.4 1995/04/28 23:49:19 mycroft Exp $ */ /* @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: init.c,v 1.11 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * init.c * |