diff options
Diffstat (limited to 'games/gomoku/pickmove.c')
-rw-r--r-- | games/gomoku/pickmove.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/gomoku/pickmove.c b/games/gomoku/pickmove.c index 5ae93886f68..70063bbac8f 100644 --- a/games/gomoku/pickmove.c +++ b/games/gomoku/pickmove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pickmove.c,v 1.10 2006/12/14 10:15:09 martin Exp $ */ +/* $OpenBSD: pickmove.c,v 1.11 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[] = "@(#)pickmove.c 8.2 (Berkeley) 5/3/95"; -#else -static char rcsid[] = "$OpenBSD: pickmove.c,v 1.10 2006/12/14 10:15:09 martin Exp $"; -#endif -#endif /* not lint */ - #include "gomoku.h" #include <stdlib.h> #include <string.h> |