summaryrefslogtreecommitdiffstats
path: root/canfield
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /canfield
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'canfield')
-rw-r--r--canfield/canfield/canfield.c3
-rw-r--r--canfield/canfield/pathnames.h3
-rw-r--r--canfield/cfscores/cfscores.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/canfield/canfield/canfield.c b/canfield/canfield/canfield.c
index e598fe86..04d47f8c 100644
--- a/canfield/canfield/canfield.c
+++ b/canfield/canfield/canfield.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)canfield.c 5.11 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)canfield.c 5.11 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: canfield.c,v 1.2 1993/08/01 18:55:33 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/canfield/canfield/pathnames.h b/canfield/canfield/pathnames.h
index f3442304..7ed32dad 100644
--- a/canfield/canfield/pathnames.h
+++ b/canfield/canfield/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 4/30/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 4/30/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:55:30 mycroft Exp $
*/
#define _PATH_SCORE "/var/games/cfscores"
diff --git a/canfield/cfscores/cfscores.c b/canfield/cfscores/cfscores.c
index 645da6f6..da9df376 100644
--- a/canfield/cfscores/cfscores.c
+++ b/canfield/cfscores/cfscores.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)cfscores.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)cfscores.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: cfscores.c,v 1.2 1993/08/01 18:55:25 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>