summaryrefslogtreecommitdiffstats
path: root/hangman/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'hangman/setup.c')
-rw-r--r--hangman/setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hangman/setup.c b/hangman/setup.c
index a72df8e1..d119e755 100644
--- a/hangman/setup.c
+++ b/hangman/setup.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)setup.c 5.4 (Berkeley) 4/8/91";
+/*static char sccsid[] = "from: @(#)setup.c 5.4 (Berkeley) 4/8/91";*/
+static char rcsid[] = "$Id: setup.c,v 1.2 1993/08/01 18:54:20 mycroft Exp $";
#endif /* not lint */
# include "hangman.h"