diff options
Diffstat (limited to 'games/trek/lrscan.c')
-rw-r--r-- | games/trek/lrscan.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/trek/lrscan.c b/games/trek/lrscan.c index c3a12be74cb..316ede8525d 100644 --- a/games/trek/lrscan.c +++ b/games/trek/lrscan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lrscan.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: lrscan.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: lrscan.c,v 1.3 1995/04/22 10:59:09 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lrscan.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: lrscan.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; -#endif -#endif /* not lint */ - #include <stdio.h> #include "trek.h" |