diff options
Diffstat (limited to 'games/rogue/main.c')
-rw-r--r-- | games/rogue/main.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/games/rogue/main.c b/games/rogue/main.c index 944230708a8..cc6d42ad941 100644 --- a/games/rogue/main.c +++ b/games/rogue/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.6 2006/03/08 09:44:35 otto Exp $ */ +/* $OpenBSD: main.c,v 1.7 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/04/22 10:27:41 cgd Exp $ */ /* @@ -33,20 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: main.c,v 1.6 2006/03/08 09:44:35 otto Exp $"; -#endif -#endif /* not lint */ - /* * main.c * |