From 83d87cc2642c6958b99e98c44891b486b944c6fe Mon Sep 17 00:00:00 2001 From: tls Date: Sat, 28 Dec 1996 18:56:57 +0000 Subject: add gomoku game, from 4.4BSD-Lite2 --- gomoku/stoc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gomoku/stoc.c') 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" -- cgit v1.2.3