summaryrefslogtreecommitdiffstats
path: root/adventure/save.c
diff options
context:
space:
mode:
Diffstat (limited to 'adventure/save.c')
-rw-r--r--adventure/save.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/adventure/save.c b/adventure/save.c
index 8dea684b..e748ad2e 100644
--- a/adventure/save.c
+++ b/adventure/save.c
@@ -1,3 +1,5 @@
+/* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -37,7 +39,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $";
+#endif
#endif /* not lint */
#include <stdio.h>