summaryrefslogtreecommitdiffstats
path: root/gomoku/bdinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/bdinit.c')
-rw-r--r--gomoku/bdinit.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gomoku/bdinit.c b/gomoku/bdinit.c
index dd3c1799..f9219fdd 100644
--- a/gomoku/bdinit.c
+++ b/gomoku/bdinit.c
@@ -1,3 +1,5 @@
+/* $NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)bdinit.c 8.2 (Berkeley) 5/3/95";
+#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 $";
+#endif
#endif /* not lint */
#include <string.h>