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/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gomoku/main.c') 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 -- cgit v1.2.3-56-ge451