summaryrefslogtreecommitdiffstats
path: root/gomoku/stoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gomoku/stoc.c')
-rw-r--r--gomoku/stoc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gomoku/stoc.c b/gomoku/stoc.c
index 63669151..71a9dde2 100644
--- a/gomoku/stoc.c
+++ b/gomoku/stoc.c
@@ -1,3 +1,5 @@
+/* $NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94";
+#else
+static char rcsid[] = "$NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"