diff options
Diffstat (limited to 'games/gomoku/stoc.c')
-rw-r--r-- | games/gomoku/stoc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/gomoku/stoc.c b/games/gomoku/stoc.c index 69b1edcd0fe..86cc44e48e7 100644 --- a/games/gomoku/stoc.c +++ b/games/gomoku/stoc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stoc.c,v 1.2 1996/12/21 21:17:53 tholo Exp $ */ +/* $OpenBSD: stoc.c,v 1.3 1998/03/26 21:16:52 pjanzen Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -36,7 +36,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94"; +#else +static char rcsid[] = "$OpenBSD: stoc.c,v 1.3 1998/03/26 21:16:52 pjanzen Exp $"; +#endif #endif /* not lint */ #include "gomoku.h" |