summaryrefslogtreecommitdiffstats
path: root/gomoku/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/main.c')
-rw-r--r--gomoku/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gomoku/main.c b/gomoku/main.c
index d6a076c2..32bd04d4 100644
--- a/gomoku/main.c
+++ b/gomoku/main.c
@@ -1,3 +1,5 @@
+/* $NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -41,7 +43,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $";
+#endif
#endif /* not lint */
#include <curses.h>