summaryrefslogtreecommitdiff
path: root/games/worm/worm.c
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/worm/worm.c
parent9b4decb6dc86d3df19bba17c5e47dd849b156113 (diff)
OpenBSD ID (changed from NetBSD)
Diffstat (limited to 'games/worm/worm.c')
-rw-r--r--games/worm/worm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/worm/worm.c b/games/worm/worm.c
index 2e231516a9f..314d4a24f47 100644
--- a/games/worm/worm.c
+++ b/games/worm/worm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: worm.c,v 1.7 1995/04/29 01:12:41 mycroft Exp $ */
+/* $OpenBSD: worm.c,v 1.5 1998/03/12 09:09:30 pjanzen Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: worm.c,v 1.7 1995/04/29 01:12:41 mycroft Exp $";
+static char rcsid[] = "$OpenBSD: worm.c,v 1.5 1998/03/12 09:09:30 pjanzen Exp $";
#endif
#endif /* not lint */