diff options
Diffstat (limited to 'games/adventure/save.c')
-rw-r--r-- | games/adventure/save.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/adventure/save.c b/games/adventure/save.c index c2b9874a1e8..45885ac005d 100644 --- a/games/adventure/save.c +++ b/games/adventure/save.c @@ -1,4 +1,4 @@ -/* $OpenBSD: save.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $ */ +/* $OpenBSD: save.c,v 1.8 2009/10/27 23:59:23 deraadt Exp $ */ /* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */ /*- @@ -35,14 +35,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: save.c,v 1.7 2004/07/09 15:59:26 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include "hdr.h" |