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