diff options
Diffstat (limited to 'games/atc/extern.c')
-rw-r--r-- | games/atc/extern.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/atc/extern.c b/games/atc/extern.c index 3283b0d02c3..313873f8c19 100644 --- a/games/atc/extern.c +++ b/games/atc/extern.c @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.c,v 1.3 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: extern.c,v 1.4 2009/10/27 23:59:23 deraadt Exp $ */ /* $NetBSD: extern.c,v 1.4 1995/04/27 21:22:19 mycroft Exp $ */ /*- @@ -42,14 +42,6 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: extern.c,v 1.3 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "include.h" char GAMES[] = "Game_List"; |