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