summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/boggle/help.c')
-rw-r--r--boggle/boggle/help.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/boggle/boggle/help.c b/boggle/boggle/help.c
index 684c0ff6..b7de8a2e 100644
--- a/boggle/boggle/help.c
+++ b/boggle/boggle/help.c
@@ -1,3 +1,5 @@
+/* $NetBSD: help.c,v 1.2 1995/03/21 12:14:38 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[] = "@(#)help.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: help.c,v 1.2 1995/03/21 12:14:38 cgd Exp $";
+#endif
#endif /* not lint */
#include <curses.h>