summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/word.c
diff options
context:
space:
mode:
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>