Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/dab Fix RCS IDs.
details: https://anonhg.NetBSD.org/src/rev/ac99e87a6704
branches: trunk
changeset: 556835:ac99e87a6704
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Dec 28 17:49:10 2003 +0000
description:
Fix RCS IDs.
diffstat:
games/dab/random.cc | 4 ++--
games/dab/random.h | 2 +-
games/dab/ttyscrn.h | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r efaa5944afb7 -r ac99e87a6704 games/dab/random.cc
--- a/games/dab/random.cc Sun Dec 28 17:26:48 2003 +0000
+++ b/games/dab/random.cc Sun Dec 28 17:49:10 2003 +0000
@@ -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 -r efaa5944afb7 -r ac99e87a6704 games/dab/random.h
--- a/games/dab/random.h Sun Dec 28 17:26:48 2003 +0000
+++ b/games/dab/random.h Sun Dec 28 17:49:10 2003 +0000
@@ -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 -r efaa5944afb7 -r ac99e87a6704 games/dab/ttyscrn.h
--- a/games/dab/ttyscrn.h Sun Dec 28 17:26:48 2003 +0000
+++ b/games/dab/ttyscrn.h Sun Dec 28 17:49:10 2003 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index