diff options
Diffstat (limited to 'games/gomoku/stoc.c')
-rw-r--r-- | games/gomoku/stoc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/gomoku/stoc.c b/games/gomoku/stoc.c index 1fc1f968d0c..c679e6ed67a 100644 --- a/games/gomoku/stoc.c +++ b/games/gomoku/stoc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stoc.c,v 1.7 2003/07/10 00:03:01 david Exp $ */ +/* $OpenBSD: stoc.c,v 1.8 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -31,14 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94"; -#else -static char rcsid[] = "$OpenBSD: stoc.c,v 1.7 2003/07/10 00:03:01 david Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <stdlib.h> #include <string.h> |