diff options
Diffstat (limited to 'games/battlestar/words.c')
-rw-r--r-- | games/battlestar/words.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/battlestar/words.c b/games/battlestar/words.c index 3ca1fe191dd..5afd4daddcc 100644 --- a/games/battlestar/words.c +++ b/games/battlestar/words.c @@ -1,4 +1,4 @@ -/* $OpenBSD: words.c,v 1.9 2003/06/03 03:01:39 millert Exp $ */ +/* $OpenBSD: words.c,v 1.10 2009/10/27 23:59:24 deraadt Exp $ */ /* $NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)words.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: words.c,v 1.9 2003/06/03 03:01:39 millert Exp $"; -#endif -#endif /* not lint */ - #include "extern.h" struct wlist wlist[] = { |