summaryrefslogtreecommitdiffstats
path: root/snake/snscore/snscore.c
diff options
context:
space:
mode:
Diffstat (limited to 'snake/snscore/snscore.c')
-rw-r--r--snake/snscore/snscore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/snake/snscore/snscore.c b/snake/snscore/snscore.c
index 2dc09178..482a3a98 100644
--- a/snake/snscore/snscore.c
+++ b/snake/snscore/snscore.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)snscore.c 5.7 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)snscore.c 5.7 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: snscore.c,v 1.2 1993/08/01 18:51:03 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>