diff options
Diffstat (limited to 'games/sail/misc.c')
-rw-r--r-- | games/sail/misc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/sail/misc.c b/games/sail/misc.c index 101f88c8dca..32a3915b381 100644 --- a/games/sail/misc.c +++ b/games/sail/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.3 1995/04/22 10:37:03 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include <fcntl.h> #include <stdlib.h> #include <sys/file.h> |