summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2003-12-28 17:49:10 +0000
committerthorpej <thorpej@NetBSD.org>2003-12-28 17:49:10 +0000
commitc8ec586d110cb50e04c6d3efe7e49d644cd18c9c (patch)
tree294c020512d4c116e2e2e438fe0454750b63ef22 /dab
parent2c392a6da481ffdd9c1e8493b45229e9e6ca137e (diff)
downloadbsdgames-darwin-c8ec586d110cb50e04c6d3efe7e49d644cd18c9c.tar.gz
bsdgames-darwin-c8ec586d110cb50e04c6d3efe7e49d644cd18c9c.tar.zst
bsdgames-darwin-c8ec586d110cb50e04c6d3efe7e49d644cd18c9c.zip
Fix RCS IDs.
Diffstat (limited to 'dab')
-rw-r--r--dab/random.cc4
-rw-r--r--dab/random.h2
-rw-r--r--dab/ttyscrn.h3
3 files changed, 5 insertions, 4 deletions
diff --git a/dab/random.cc b/dab/random.cc
index b55f760b..001c9969 100644
--- a/dab/random.cc
+++ b/dab/random.cc
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/src/games/dab/random.cc,v 1.1 2003/12/27 01:16:55 christos Exp $ */
+/* $NetBSD: random.cc,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include "defs.h"
-RCSID("$NetBSD: random.cc,v 1.1 2003/12/27 01:16:55 christos Exp $")
+RCSID("$NetBSD: random.cc,v 1.2 2003/12/28 17:49:10 thorpej Exp $")
#include <time.h>
#include <string.h>
diff --git a/dab/random.h b/dab/random.h
index e2855e94..4f5b81bc 100644
--- a/dab/random.h
+++ b/dab/random.h
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/src/games/dab/random.h,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */
+/* $NetBSD: random.h,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
diff --git a/dab/ttyscrn.h b/dab/ttyscrn.h
index 245390a6..5e0a5408 100644
--- a/dab/ttyscrn.h
+++ b/dab/ttyscrn.h
@@ -1,4 +1,5 @@
-/* $NetBSD: ttyscrn.h,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */
+/* $NetBSD: ttyscrn.h,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
+
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.