summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/word.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-21 12:14:18 +0000
committercgd <cgd@NetBSD.org>1995-03-21 12:14:18 +0000
commit07fe18974a32e572fb508cdcc848d2e39e49e566 (patch)
treec01dacb4a294f0633bd288cb46e90d55135f8bac /boggle/boggle/word.c
parentaffbf9f6ccf3932cabfe781b99f7d654a597254c (diff)
downloadbsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.tar.gz
bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.tar.zst
bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.zip
add/fix id tags
Diffstat (limited to 'boggle/boggle/word.c')
-rw-r--r--boggle/boggle/word.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/boggle/boggle/word.c b/boggle/boggle/word.c
index 0427dab0..9ad16f19 100644
--- a/boggle/boggle/word.c
+++ b/boggle/boggle/word.c
@@ -1,3 +1,5 @@
+/* $NetBSD: word.c,v 1.2 1995/03/21 12:14:45 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)word.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: word.c,v 1.2 1995/03/21 12:14:45 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>