summaryrefslogtreecommitdiffstats
path: root/gomoku/bdinit.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1997-01-03 01:35:23 +0000
committercgd <cgd@NetBSD.org>1997-01-03 01:35:23 +0000
commita853ec0c0184e284cec20544b4f2c0b36ca875e6 (patch)
tree12bf42528b8e9face6ea811c1d4dd54f033a218d /gomoku/bdinit.c
parent2eea7d5e1546916f5471a5b4008ffc6d787253d7 (diff)
downloadbsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.tar.gz
bsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.tar.zst
bsdgames-darwin-a853ec0c0184e284cec20544b4f2c0b36ca875e6.zip
fix NetBSD RCS ID headers
Diffstat (limited to 'gomoku/bdinit.c')
-rw-r--r--gomoku/bdinit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gomoku/bdinit.c b/gomoku/bdinit.c
index f9219fdd..dcbbcaca 100644
--- a/gomoku/bdinit.c
+++ b/gomoku/bdinit.c
@@ -1,5 +1,5 @@
-/* $NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $
-*/
+/* $NetBSD: bdinit.c,v 1.3 1997/01/03 01:35:24 cgd Exp $ */
+
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "from: @(#)bdinit.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $";
+static char rcsid[] = "$NetBSD: bdinit.c,v 1.3 1997/01/03 01:35:24 cgd Exp $";
#endif
#endif /* not lint */