summaryrefslogtreecommitdiffstats
path: root/gomoku/bdisp.c
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1996-12-28 18:56:57 +0000
committertls <tls@NetBSD.org>1996-12-28 18:56:57 +0000
commit83d87cc2642c6958b99e98c44891b486b944c6fe (patch)
tree50813bf70d9f7fc032982ac561363bd554a6fc20 /gomoku/bdisp.c
parent13b5b0009082f9bc2c991c326ca650178761bdff (diff)
downloadbsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.tar.gz
bsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.tar.zst
bsdgames-darwin-83d87cc2642c6958b99e98c44891b486b944c6fe.zip
add gomoku game, from 4.4BSD-Lite2
Diffstat (limited to 'gomoku/bdisp.c')
-rw-r--r--gomoku/bdisp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gomoku/bdisp.c b/gomoku/bdisp.c
index da7dfb4f..bcb62c8e 100644
--- a/gomoku/bdisp.c
+++ b/gomoku/bdisp.c
@@ -1,3 +1,5 @@
+/* $NetBSD: bdisp.c,v 1.2 1996/12/28 18:56:59 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[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: bdisp.c,v 1.2 1996/12/28 18:56:59 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"