summaryrefslogtreecommitdiff
path: root/games/wump
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1998-03-12 09:09:44 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1998-03-12 09:09:44 +0000
commit6852d4b1745199cf1b33ca2a3ed391a0aa8f2270 (patch)
tree8bf7867a2acc7ea946e324d15d4fc361b41c56d1 /games/wump
parent9b4decb6dc86d3df19bba17c5e47dd849b156113 (diff)
OpenBSD ID (changed from NetBSD)
Diffstat (limited to 'games/wump')
-rw-r--r--games/wump/pathnames.h2
-rw-r--r--games/wump/wump.62
-rw-r--r--games/wump/wump.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/games/wump/pathnames.h b/games/wump/pathnames.h
index 8f534830e9d..983fc1b4701 100644
--- a/games/wump/pathnames.h
+++ b/games/wump/pathnames.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pathnames.h,v 1.3 1995/04/22 08:19:48 cgd Exp $ */
+/* $OpenBSD: pathnames.h,v 1.2 1998/03/12 09:09:36 pjanzen Exp $ */
/*-
* Copyright (c) 1989, 1993
diff --git a/games/wump/wump.6 b/games/wump/wump.6
index 4a5c26e7fa1..cba639b9dab 100644
--- a/games/wump/wump.6
+++ b/games/wump/wump.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: wump.6,v 1.4 1995/04/22 08:19:49 cgd Exp $
+.\" $OpenBSD: wump.6,v 1.2 1998/03/12 09:09:38 pjanzen Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
diff --git a/games/wump/wump.c b/games/wump/wump.c
index 4b7994d9b9a..6fc1def5f2d 100644
--- a/games/wump/wump.c
+++ b/games/wump/wump.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wump.c,v 1.4 1995/04/24 12:26:22 cgd Exp $ */
+/* $OpenBSD: wump.c,v 1.7 1998/03/12 09:09:43 pjanzen Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -47,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: wump.c,v 1.4 1995/04/24 12:26:22 cgd Exp $";
+static char rcsid[] = "$OpenBSD: wump.c,v 1.7 1998/03/12 09:09:43 pjanzen Exp $";
#endif
#endif /* not lint */