diff options
Diffstat (limited to 'games/trek/setup.c')
-rw-r--r-- | games/trek/setup.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/trek/setup.c b/games/trek/setup.c index dd25cf98313..5019e98418a 100644 --- a/games/trek/setup.c +++ b/games/trek/setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: setup.c,v 1.7 2006/11/06 21:32:15 deraadt Exp $ */ +/* $OpenBSD: setup.c,v 1.8 2009/10/27 23:59:27 deraadt Exp $ */ /* $NetBSD: setup.c,v 1.4 1995/04/24 12:26:06 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: setup.c,v 1.7 2006/11/06 21:32:15 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <stdio.h> #include <math.h> #include <unistd.h> |