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