summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-23 08:28:00 +0000
committercgd <cgd@NetBSD.org>1995-03-23 08:28:00 +0000
commit94b5353c71e7246077d468afe68d51ce85fc213d (patch)
tree0b6f70b8110f5d6650a6083460424df854c415f8 /hack
parent1c0b80f0fe7a28cd947ace3e69f5fd2ac8ed47cb (diff)
downloadbsdgames-darwin-94b5353c71e7246077d468afe68d51ce85fc213d.tar.gz
bsdgames-darwin-94b5353c71e7246077d468afe68d51ce85fc213d.zip
merge with Lite, new RCS id conventions, etc.
Diffstat (limited to 'hack')
-rw-r--r--hack/COPYRIGHT2
-rw-r--r--hack/Makefile4
-rw-r--r--hack/Makequest2
-rw-r--r--hack/Original_READ_ME2
-rw-r--r--hack/READ_ME2
-rw-r--r--hack/alloc.c2
-rw-r--r--hack/config.h2
-rw-r--r--hack/date.h2
-rw-r--r--hack/def.edog.h2
-rw-r--r--hack/def.eshk.h2
-rw-r--r--hack/def.flag.h2
-rw-r--r--hack/def.func_tab.h2
-rw-r--r--hack/def.gen.h2
-rw-r--r--hack/def.gold.h2
-rw-r--r--hack/def.mkroom.h2
-rw-r--r--hack/def.monst.h2
-rw-r--r--hack/def.obj.h2
-rw-r--r--hack/def.objclass.h2
-rw-r--r--hack/def.objects.h2
-rw-r--r--hack/def.permonst.h2
-rw-r--r--hack/def.rm.h2
-rw-r--r--hack/def.trap.h2
-rw-r--r--hack/def.wseg.h2
-rw-r--r--hack/hack.66
-rw-r--r--hack/hack.Decl.c2
-rw-r--r--hack/hack.apply.c2
-rw-r--r--hack/hack.bones.c2
-rw-r--r--hack/hack.c2
-rw-r--r--hack/hack.cmd.c2
-rw-r--r--hack/hack.do.c2
-rw-r--r--hack/hack.do_name.c2
-rw-r--r--hack/hack.do_wear.c2
-rw-r--r--hack/hack.dog.c2
-rw-r--r--hack/hack.eat.c2
-rw-r--r--hack/hack.end.c2
-rw-r--r--hack/hack.engrave.c2
-rw-r--r--hack/hack.fight.c2
-rw-r--r--hack/hack.fix2
-rw-r--r--hack/hack.h2
-rw-r--r--hack/hack.invent.c2
-rw-r--r--hack/hack.ioctl.c2
-rw-r--r--hack/hack.lev.c2
-rw-r--r--hack/hack.main.c2
-rw-r--r--hack/hack.makemon.c2
-rw-r--r--hack/hack.mfndpos.h2
-rw-r--r--hack/hack.mhitu.c2
-rw-r--r--hack/hack.mklev.c2
-rw-r--r--hack/hack.mkmaze.c2
-rw-r--r--hack/hack.mkobj.c2
-rw-r--r--hack/hack.mkshop.c2
-rw-r--r--hack/hack.mon.c2
-rw-r--r--hack/hack.monst.c2
-rw-r--r--hack/hack.o_init.c2
-rw-r--r--hack/hack.objnam.c2
-rw-r--r--hack/hack.options.c2
-rw-r--r--hack/hack.pager.c2
-rw-r--r--hack/hack.potion.c2
-rw-r--r--hack/hack.pri.c2
-rw-r--r--hack/hack.read.c2
-rw-r--r--hack/hack.rip.c2
-rw-r--r--hack/hack.rumors.c2
-rw-r--r--hack/hack.save.c5
-rw-r--r--hack/hack.search.c2
-rw-r--r--hack/hack.sh1
-rw-r--r--hack/hack.shk.c2
-rw-r--r--hack/hack.shknam.c2
-rw-r--r--hack/hack.steal.c2
-rw-r--r--hack/hack.termcap.c2
-rw-r--r--hack/hack.timeout.c2
-rw-r--r--hack/hack.topl.c2
-rw-r--r--hack/hack.track.c2
-rw-r--r--hack/hack.trap.c2
-rw-r--r--hack/hack.tty.c11
-rw-r--r--hack/hack.u_init.c2
-rw-r--r--hack/hack.unix.c2
-rw-r--r--hack/hack.vault.c2
-rw-r--r--hack/hack.version.c2
-rw-r--r--hack/hack.wield.c2
-rw-r--r--hack/hack.wizard.c2
-rw-r--r--hack/hack.worm.c2
-rw-r--r--hack/hack.worn.c2
-rw-r--r--hack/hack.zap.c2
-rw-r--r--hack/makedefs.c2
-rw-r--r--hack/pathnames.h9
-rw-r--r--hack/rnd.c2
85 files changed, 105 insertions, 89 deletions
diff --git a/hack/COPYRIGHT b/hack/COPYRIGHT
index 71a94494..d71c09f5 100644
--- a/hack/COPYRIGHT
+++ b/hack/COPYRIGHT
@@ -1,3 +1,5 @@
+$NetBSD: COPYRIGHT,v 1.2 1995/03/23 08:29:05 cgd Exp $
+
This entire subtree is copyright the Stichting Mathematisch Centrum.
The following copyright notice applies to all files found here. None of
these files contain AT&T proprietary source code.
diff --git a/hack/Makefile b/hack/Makefile
index 8058104e..4fa0fc04 100644
--- a/hack/Makefile
+++ b/hack/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.10 (Berkeley) 12/8/90
-# $Id: Makefile,v 1.15 1994/12/22 09:34:30 cgd Exp $
+# $NetBSD: Makefile,v 1.16 1995/03/23 08:29:07 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= hack
CFLAGS+=-I.
diff --git a/hack/Makequest b/hack/Makequest
index 9271c284..256d8363 100644
--- a/hack/Makequest
+++ b/hack/Makequest
@@ -1,3 +1,5 @@
+# $NetBSD: Makequest,v 1.2 1995/03/23 08:29:08 cgd Exp $
+#
# Hack or Quest Makefile.
# on some systems the termcap library is in -ltermcap
diff --git a/hack/Original_READ_ME b/hack/Original_READ_ME
index 9d2070be..3787a9d1 100644
--- a/hack/Original_READ_ME
+++ b/hack/Original_READ_ME
@@ -1,3 +1,5 @@
+$NetBSD: Original_READ_ME,v 1.2 1995/03/23 08:29:10 cgd Exp $
+
This is export hack, my first semester programming project.
To set it up for your system, you will have to do the following:
diff --git a/hack/READ_ME b/hack/READ_ME
index cfe6ca2f..0f3aa89b 100644
--- a/hack/READ_ME
+++ b/hack/READ_ME
@@ -1,3 +1,5 @@
+$NetBSD: READ_ME,v 1.2 1995/03/23 08:29:12 cgd Exp $
+
Hack is a display oriented dungeons & dragons - like game.
Both display and command structure resemble rogue.
(For a game with the same structure but entirely different display -
diff --git a/hack/alloc.c b/hack/alloc.c
index 60bf4da5..f64cc195 100644
--- a/hack/alloc.c
+++ b/hack/alloc.c
@@ -1,5 +1,5 @@
#ifndef lint
-static char rcsid[] = "$Id: alloc.c,v 1.2 1993/08/02 17:19:10 mycroft Exp $";
+static char rcsid[] = "$NetBSD: alloc.c,v 1.3 1995/03/23 08:29:14 cgd Exp $";
#endif /* not lint */
#ifdef LINT
diff --git a/hack/config.h b/hack/config.h
index 1af52672..f7bb5c5c 100644
--- a/hack/config.h
+++ b/hack/config.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: config.h,v 1.2 1993/08/02 17:16:36 mycroft Exp $
+ * $NetBSD: config.h,v 1.3 1995/03/23 08:29:15 cgd Exp $
*/
#include "pathnames.h"
diff --git a/hack/date.h b/hack/date.h
index 36df5333..0320b698 100644
--- a/hack/date.h
+++ b/hack/date.h
@@ -1,3 +1,3 @@
-/* $Id: date.h,v 1.2 1993/08/02 17:16:38 mycroft Exp $ */
+/* $NetBSD: date.h,v 1.3 1995/03/23 08:29:17 cgd Exp $ */
char datestring[] = "Tue Jul 23 1985";
diff --git a/hack/def.edog.h b/hack/def.edog.h
index 92eabfd1..00fa911f 100644
--- a/hack/def.edog.h
+++ b/hack/def.edog.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.edog.h,v 1.2 1993/08/02 17:16:39 mycroft Exp $
+ * $NetBSD: def.edog.h,v 1.3 1995/03/23 08:29:18 cgd Exp $
*/
struct edog {
diff --git a/hack/def.eshk.h b/hack/def.eshk.h
index 075be7df..781c3461 100644
--- a/hack/def.eshk.h
+++ b/hack/def.eshk.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.eshk.h,v 1.2 1993/08/02 17:16:41 mycroft Exp $
+ * $NetBSD: def.eshk.h,v 1.3 1995/03/23 08:29:21 cgd Exp $
*/
#define BILLSZ 200
diff --git a/hack/def.flag.h b/hack/def.flag.h
index 9401be49..2fff1d3f 100644
--- a/hack/def.flag.h
+++ b/hack/def.flag.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.flag.h,v 1.2 1993/08/02 17:16:42 mycroft Exp $
+ * $NetBSD: def.flag.h,v 1.3 1995/03/23 08:29:22 cgd Exp $
*/
struct flag {
diff --git a/hack/def.func_tab.h b/hack/def.func_tab.h
index ca1fd352..363c8f3b 100644
--- a/hack/def.func_tab.h
+++ b/hack/def.func_tab.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.func_tab.h,v 1.2 1993/08/02 17:16:43 mycroft Exp $
+ * $NetBSD: def.func_tab.h,v 1.3 1995/03/23 08:29:23 cgd Exp $
*/
struct func_tab {
diff --git a/hack/def.gen.h b/hack/def.gen.h
index 87323845..56e4832b 100644
--- a/hack/def.gen.h
+++ b/hack/def.gen.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.gen.h,v 1.2 1993/08/02 17:16:44 mycroft Exp $
+ * $NetBSD: def.gen.h,v 1.3 1995/03/23 08:29:25 cgd Exp $
*/
struct gen {
diff --git a/hack/def.gold.h b/hack/def.gold.h
index 5564d3b1..7333bdd5 100644
--- a/hack/def.gold.h
+++ b/hack/def.gold.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.gold.h,v 1.2 1993/08/02 17:16:45 mycroft Exp $
+ * $NetBSD: def.gold.h,v 1.3 1995/03/23 08:29:27 cgd Exp $
*/
struct gold {
diff --git a/hack/def.mkroom.h b/hack/def.mkroom.h
index 8b1ce799..45c21561 100644
--- a/hack/def.mkroom.h
+++ b/hack/def.mkroom.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.mkroom.h,v 1.2 1993/08/02 17:16:46 mycroft Exp $
+ * $NetBSD: def.mkroom.h,v 1.3 1995/03/23 08:29:29 cgd Exp $
*/
struct mkroom {
diff --git a/hack/def.monst.h b/hack/def.monst.h
index de545f30..6d883eaf 100644
--- a/hack/def.monst.h
+++ b/hack/def.monst.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.monst.h,v 1.2 1993/08/02 17:16:48 mycroft Exp $
+ * $NetBSD: def.monst.h,v 1.3 1995/03/23 08:29:30 cgd Exp $
*/
struct monst {
diff --git a/hack/def.obj.h b/hack/def.obj.h
index 818f0653..897046f2 100644
--- a/hack/def.obj.h
+++ b/hack/def.obj.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.obj.h,v 1.2 1993/08/02 17:16:49 mycroft Exp $
+ * $NetBSD: def.obj.h,v 1.3 1995/03/23 08:29:32 cgd Exp $
*/
struct obj {
diff --git a/hack/def.objclass.h b/hack/def.objclass.h
index fa79f68c..15f7f98d 100644
--- a/hack/def.objclass.h
+++ b/hack/def.objclass.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.objclass.h,v 1.2 1993/08/02 17:16:50 mycroft Exp $
+ * $NetBSD: def.objclass.h,v 1.3 1995/03/23 08:29:34 cgd Exp $
*/
/* definition of a class of objects */
diff --git a/hack/def.objects.h b/hack/def.objects.h
index a7b0138d..3876c2aa 100644
--- a/hack/def.objects.h
+++ b/hack/def.objects.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.objects.h,v 1.2 1993/08/02 17:16:51 mycroft Exp $
+ * $NetBSD: def.objects.h,v 1.3 1995/03/23 08:29:36 cgd Exp $
*/
/* objects have letter " % ) ( 0 _ ` [ ! ? / = * */
diff --git a/hack/def.permonst.h b/hack/def.permonst.h
index 2967c1ef..d3c75f47 100644
--- a/hack/def.permonst.h
+++ b/hack/def.permonst.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.permonst.h,v 1.2 1993/08/02 17:16:52 mycroft Exp $
+ * $NetBSD: def.permonst.h,v 1.3 1995/03/23 08:29:37 cgd Exp $
*/
struct permonst {
diff --git a/hack/def.rm.h b/hack/def.rm.h
index f9b6b4be..b4ffc81c 100644
--- a/hack/def.rm.h
+++ b/hack/def.rm.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.rm.h,v 1.2 1993/08/02 17:16:53 mycroft Exp $
+ * $NetBSD: def.rm.h,v 1.3 1995/03/23 08:29:39 cgd Exp $
*/
/* Level location types */
diff --git a/hack/def.trap.h b/hack/def.trap.h
index 34445669..55477e48 100644
--- a/hack/def.trap.h
+++ b/hack/def.trap.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.trap.h,v 1.2 1993/08/02 17:16:54 mycroft Exp $
+ * $NetBSD: def.trap.h,v 1.3 1995/03/23 08:29:41 cgd Exp $
*/
struct trap {
diff --git a/hack/def.wseg.h b/hack/def.wseg.h
index add0b243..35812db3 100644
--- a/hack/def.wseg.h
+++ b/hack/def.wseg.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: def.wseg.h,v 1.2 1993/08/02 17:16:55 mycroft Exp $
+ * $NetBSD: def.wseg.h,v 1.3 1995/03/23 08:29:42 cgd Exp $
*/
#ifndef NOWORM
diff --git a/hack/hack.6 b/hack/hack.6
index 36749408..42af6082 100644
--- a/hack/hack.6
+++ b/hack/hack.6
@@ -1,4 +1,4 @@
-.\" $Id: hack.6,v 1.3 1993/08/05 17:35:08 jtc Exp $ -*- nroff -*-
+.\" $NetBSD: hack.6,v 1.4 1995/03/23 08:29:44 cgd Exp $ -*- nroff -*-
.Dd March 31, 1985
.Dt HACK 6
.Os
@@ -32,13 +32,13 @@ To win the game (as opposed to merely playing to beat other people high
scores) you must locate the Amulet of Yendor which is somewhere below
the 20th level of the dungeon and get it out. Nobody has achieved this
yet and if somebody does, he will probably go down in history as a hero
-among heros.
+among heroes.
.Pp
When the game ends, either by your death, when you quit, or if you escape
from the caves,
.Nm hack
will give you (a fragment of) the list of top scorers. The scoring
-is based on many aspects of your behaviour but a rough estimate is
+is based on many aspects of your behavior but a rough estimate is
obtained by taking the amount of gold you've found in the cave plus four
times your (real) experience. Precious stones may be worth a lot of gold
when brought to the exit.
diff --git a/hack/hack.Decl.c b/hack/hack.Decl.c
index af66c621..c7688dc6 100644
--- a/hack/hack.Decl.c
+++ b/hack/hack.Decl.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.Decl.c,v 1.2 1993/08/02 17:16:57 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.Decl.c,v 1.3 1995/03/23 08:29:45 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.apply.c b/hack/hack.apply.c
index dc512905..46bdc64f 100644
--- a/hack/hack.apply.c
+++ b/hack/hack.apply.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.apply.c,v 1.3 1993/08/02 17:16:58 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.apply.c,v 1.4 1995/03/23 08:29:47 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.bones.c b/hack/hack.bones.c
index 75bd7cd0..b495294c 100644
--- a/hack/hack.bones.c
+++ b/hack/hack.bones.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.bones.c,v 1.2 1993/08/02 17:16:59 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.bones.c,v 1.3 1995/03/23 08:29:48 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.c b/hack/hack.c
index b8af9323..5261e183 100644
--- a/hack/hack.c
+++ b/hack/hack.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.c,v 1.2 1993/08/02 17:17:01 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.c,v 1.3 1995/03/23 08:29:50 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.cmd.c b/hack/hack.cmd.c
index f0034859..0af29895 100644
--- a/hack/hack.cmd.c
+++ b/hack/hack.cmd.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.cmd.c,v 1.2 1993/08/02 17:17:02 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.cmd.c,v 1.3 1995/03/23 08:29:52 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.do.c b/hack/hack.do.c
index 7e7fd765..aec8b911 100644
--- a/hack/hack.do.c
+++ b/hack/hack.do.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.do.c,v 1.2 1993/08/02 17:17:03 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.do.c,v 1.3 1995/03/23 08:29:53 cgd Exp $";
#endif /* not lint */
/* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
diff --git a/hack/hack.do_name.c b/hack/hack.do_name.c
index baf45a2f..313b5533 100644
--- a/hack/hack.do_name.c
+++ b/hack/hack.do_name.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.do_name.c,v 1.2 1993/08/02 17:17:05 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.do_name.c,v 1.3 1995/03/23 08:29:56 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.do_wear.c b/hack/hack.do_wear.c
index 84021b7d..2084b630 100644
--- a/hack/hack.do_wear.c
+++ b/hack/hack.do_wear.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.do_wear.c,v 1.2 1993/08/02 17:17:06 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.do_wear.c,v 1.3 1995/03/23 08:29:57 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.dog.c b/hack/hack.dog.c
index 06a23330..d9192a4c 100644
--- a/hack/hack.dog.c
+++ b/hack/hack.dog.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.dog.c,v 1.2 1993/08/02 17:17:07 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.dog.c,v 1.3 1995/03/23 08:29:59 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.eat.c b/hack/hack.eat.c
index 94a25b55..7745f63f 100644
--- a/hack/hack.eat.c
+++ b/hack/hack.eat.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.eat.c,v 1.2 1993/08/02 17:17:08 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.eat.c,v 1.3 1995/03/23 08:30:01 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.end.c b/hack/hack.end.c
index c103d945..20b77e4f 100644
--- a/hack/hack.end.c
+++ b/hack/hack.end.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.end.c,v 1.2 1993/08/02 17:17:10 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.end.c,v 1.3 1995/03/23 08:30:05 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.engrave.c b/hack/hack.engrave.c
index a51f9a5d..e32807d3 100644
--- a/hack/hack.engrave.c
+++ b/hack/hack.engrave.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.engrave.c,v 1.2 1993/08/02 17:17:11 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.engrave.c,v 1.3 1995/03/23 08:30:08 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.fight.c b/hack/hack.fight.c
index 1701915e..92d11c2e 100644
--- a/hack/hack.fight.c
+++ b/hack/hack.fight.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.fight.c,v 1.2 1993/08/02 17:17:12 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.fight.c,v 1.3 1995/03/23 08:30:12 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.fix b/hack/hack.fix
index 01e64602..c01616ce 100644
--- a/hack/hack.fix
+++ b/hack/hack.fix
@@ -1,3 +1,5 @@
+$NetBSD: hack.fix,v 1.2 1995/03/23 08:30:17 cgd Exp $
+
/***** unido:net.games.hack / ab / 7:23 pm Sep 13, 1985*/
Recently hack (1.0.3) crashed with core dumps during some good games.
diff --git a/hack/hack.h b/hack/hack.h
index 3acd6845..f097252f 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: hack.h,v 1.2 1993/08/02 17:17:14 mycroft Exp $
+ * $NetBSD: hack.h,v 1.3 1995/03/23 08:30:21 cgd Exp $
*/
#include "config.h"
diff --git a/hack/hack.invent.c b/hack/hack.invent.c
index e971d1a0..3cc42763 100644
--- a/hack/hack.invent.c
+++ b/hack/hack.invent.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.invent.c,v 1.3 1993/08/02 17:17:15 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.invent.c,v 1.4 1995/03/23 08:30:25 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.ioctl.c b/hack/hack.ioctl.c
index 714dcc51..af62748f 100644
--- a/hack/hack.ioctl.c
+++ b/hack/hack.ioctl.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.ioctl.c,v 1.3 1995/01/07 04:36:41 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.ioctl.c,v 1.4 1995/03/23 08:30:29 cgd Exp $";
#endif /* not lint */
/* This cannot be part of hack.tty.c (as it was earlier) since on some
diff --git a/hack/hack.lev.c b/hack/hack.lev.c
index d69ea65e..e15d39ee 100644
--- a/hack/hack.lev.c
+++ b/hack/hack.lev.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.lev.c,v 1.2 1993/08/02 17:17:17 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.lev.c,v 1.3 1995/03/23 08:30:32 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.main.c b/hack/hack.main.c
index ab6daa5c..cdec0b25 100644
--- a/hack/hack.main.c
+++ b/hack/hack.main.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.main.c,v 1.2 1993/08/02 17:17:18 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.main.c,v 1.3 1995/03/23 08:30:35 cgd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/hack/hack.makemon.c b/hack/hack.makemon.c
index 6b4df69f..f7fc0ecb 100644
--- a/hack/hack.makemon.c
+++ b/hack/hack.makemon.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.makemon.c,v 1.2 1993/08/02 17:17:19 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.makemon.c,v 1.3 1995/03/23 08:30:38 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mfndpos.h b/hack/hack.mfndpos.h
index 8630dd2b..f7c98a3e 100644
--- a/hack/hack.mfndpos.h
+++ b/hack/hack.mfndpos.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*
- * $Id: hack.mfndpos.h,v 1.2 1993/08/02 17:17:20 mycroft Exp $
+ * $NetBSD: hack.mfndpos.h,v 1.3 1995/03/23 08:30:41 cgd Exp $
*/
#define ALLOW_TRAPS 0777
diff --git a/hack/hack.mhitu.c b/hack/hack.mhitu.c
index a3b1393b..430bfa42 100644
--- a/hack/hack.mhitu.c
+++ b/hack/hack.mhitu.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mhitu.c,v 1.2 1993/08/02 17:17:21 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mhitu.c,v 1.3 1995/03/23 08:30:42 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mklev.c b/hack/hack.mklev.c
index d6902143..5e8c7b51 100644
--- a/hack/hack.mklev.c
+++ b/hack/hack.mklev.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mklev.c,v 1.2 1993/08/02 17:17:23 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mklev.c,v 1.3 1995/03/23 08:30:43 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mkmaze.c b/hack/hack.mkmaze.c
index 84a1453a..f69fe864 100644
--- a/hack/hack.mkmaze.c
+++ b/hack/hack.mkmaze.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mkmaze.c,v 1.2 1993/08/02 17:17:24 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mkmaze.c,v 1.3 1995/03/23 08:30:46 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mkobj.c b/hack/hack.mkobj.c
index 788283a3..d4e37fd7 100644
--- a/hack/hack.mkobj.c
+++ b/hack/hack.mkobj.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mkobj.c,v 1.2 1993/08/02 17:17:25 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mkobj.c,v 1.3 1995/03/23 08:30:47 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mkshop.c b/hack/hack.mkshop.c
index d11e9540..4ecc92af 100644
--- a/hack/hack.mkshop.c
+++ b/hack/hack.mkshop.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mkshop.c,v 1.3 1993/08/02 17:17:26 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mkshop.c,v 1.4 1995/03/23 08:30:50 cgd Exp $";
#endif /* not lint */
#include <stdlib.h>
diff --git a/hack/hack.mon.c b/hack/hack.mon.c
index c66c936f..de3ddb3c 100644
--- a/hack/hack.mon.c
+++ b/hack/hack.mon.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.mon.c,v 1.2 1993/08/02 17:17:28 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.mon.c,v 1.3 1995/03/23 08:30:57 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.monst.c b/hack/hack.monst.c
index 4869e55c..5cd23382 100644
--- a/hack/hack.monst.c
+++ b/hack/hack.monst.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.monst.c,v 1.2 1993/08/02 17:17:29 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.monst.c,v 1.3 1995/03/23 08:31:03 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.o_init.c b/hack/hack.o_init.c
index fb4f7396..ccda56b5 100644
--- a/hack/hack.o_init.c
+++ b/hack/hack.o_init.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.o_init.c,v 1.2 1993/08/02 17:17:30 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.o_init.c,v 1.3 1995/03/23 08:31:06 cgd Exp $";
#endif /* not lint */
#include "config.h" /* for typedefs */
diff --git a/hack/hack.objnam.c b/hack/hack.objnam.c
index 533ef17c..2ab2f2ae 100644
--- a/hack/hack.objnam.c
+++ b/hack/hack.objnam.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.objnam.c,v 1.2 1993/08/02 17:17:31 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.objnam.c,v 1.3 1995/03/23 08:31:10 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.options.c b/hack/hack.options.c
index 941fa58b..078ec7f0 100644
--- a/hack/hack.options.c
+++ b/hack/hack.options.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.options.c,v 1.2 1993/08/02 17:19:12 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.options.c,v 1.3 1995/03/23 08:31:14 cgd Exp $";
#endif /* not lint */
#include "config.h"
diff --git a/hack/hack.pager.c b/hack/hack.pager.c
index b9e4ba41..0e3d6817 100644
--- a/hack/hack.pager.c
+++ b/hack/hack.pager.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.pager.c,v 1.3 1995/02/28 18:31:36 jtc Exp $";
+static char rcsid[] = "$NetBSD: hack.pager.c,v 1.4 1995/03/23 08:31:16 cgd Exp $";
#endif /* not lint */
/* This file contains the command routine dowhatis() and a pager. */
diff --git a/hack/hack.potion.c b/hack/hack.potion.c
index 9b0d70f4..ed71901d 100644
--- a/hack/hack.potion.c
+++ b/hack/hack.potion.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.potion.c,v 1.2 1993/08/02 17:19:14 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.potion.c,v 1.3 1995/03/23 08:31:18 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.pri.c b/hack/hack.pri.c
index 7e5eb893..0a8606ac 100644
--- a/hack/hack.pri.c
+++ b/hack/hack.pri.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.pri.c,v 1.3 1993/12/02 03:07:18 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.pri.c,v 1.4 1995/03/23 08:31:20 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.read.c b/hack/hack.read.c
index 5c7840e1..7fbbf8a7 100644
--- a/hack/hack.read.c
+++ b/hack/hack.read.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.read.c,v 1.2 1993/08/02 17:19:17 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.read.c,v 1.3 1995/03/23 08:31:22 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.rip.c b/hack/hack.rip.c
index 8bb37559..ced3a27b 100644
--- a/hack/hack.rip.c
+++ b/hack/hack.rip.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.rip.c,v 1.3 1993/08/02 17:19:18 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.rip.c,v 1.4 1995/03/23 08:31:23 cgd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/hack/hack.rumors.c b/hack/hack.rumors.c
index e86142df..0ace09e2 100644
--- a/hack/hack.rumors.c
+++ b/hack/hack.rumors.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.rumors.c,v 1.2 1993/08/02 17:19:20 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.rumors.c,v 1.3 1995/03/23 08:31:24 cgd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/hack/hack.save.c b/hack/hack.save.c
index a60f6c6a..3e7a2543 100644
--- a/hack/hack.save.c
+++ b/hack/hack.save.c
@@ -3,13 +3,14 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.save.c,v 1.4 1994/03/28 11:21:12 cgd Exp $";
+static char rcsid[] = "$NetBSD: hack.save.c,v 1.5 1995/03/23 08:31:27 cgd Exp $";
#endif /* not lint */
#include "hack.h"
extern char genocided[60]; /* defined in Decl.c */
extern char fut_geno[60]; /* idem */
#include <signal.h>
+#include <unistd.h>
extern char SAVEF[], nul[];
extern char pl_character[PL_CSIZ];
@@ -137,7 +138,7 @@ register fd;
savelev(nfd,tmp);
(void) close(nfd);
}
- (void) lseek(fd, 0, 0);
+ (void) lseek(fd, (off_t)0, 0);
getlev(fd, 0, 0);
(void) close(fd);
(void) unlink(SAVEF);
diff --git a/hack/hack.search.c b/hack/hack.search.c
index 21803908..d1b77f72 100644
--- a/hack/hack.search.c
+++ b/hack/hack.search.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.search.c,v 1.2 1993/08/02 17:19:22 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.search.c,v 1.3 1995/03/23 08:31:28 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.sh b/hack/hack.sh
index 8136ec42..c3b734c8 100644
--- a/hack/hack.sh
+++ b/hack/hack.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $NetBSD: hack.sh,v 1.2 1995/03/23 08:31:30 cgd Exp $
HACKDIR=/usr/games/lib/hackdir
HACK=$HACKDIR/hack
MAXNROFPLAYERS=4
diff --git a/hack/hack.shk.c b/hack/hack.shk.c
index ca6bb2a5..6e216b7a 100644
--- a/hack/hack.shk.c
+++ b/hack/hack.shk.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.shk.c,v 1.2 1993/08/02 17:19:23 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.shk.c,v 1.3 1995/03/23 08:31:31 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.shknam.c b/hack/hack.shknam.c
index 38cdaac3..152dbdb1 100644
--- a/hack/hack.shknam.c
+++ b/hack/hack.shknam.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.shknam.c,v 1.2 1993/08/02 17:19:25 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.shknam.c,v 1.3 1995/03/23 08:31:33 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.steal.c b/hack/hack.steal.c
index 0bb4f1cc..9fdae8f4 100644
--- a/hack/hack.steal.c
+++ b/hack/hack.steal.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.steal.c,v 1.2 1993/08/02 17:19:26 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.steal.c,v 1.3 1995/03/23 08:31:34 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.termcap.c b/hack/hack.termcap.c
index 3999cade..939514b7 100644
--- a/hack/hack.termcap.c
+++ b/hack/hack.termcap.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.termcap.c,v 1.2 1993/08/02 17:19:27 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.termcap.c,v 1.3 1995/03/23 08:31:36 cgd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/hack/hack.timeout.c b/hack/hack.timeout.c
index 38095f83..fa431368 100644
--- a/hack/hack.timeout.c
+++ b/hack/hack.timeout.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.timeout.c,v 1.2 1993/08/02 17:19:29 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.timeout.c,v 1.3 1995/03/23 08:31:37 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.topl.c b/hack/hack.topl.c
index 3c1b6f3b..bd671bc5 100644
--- a/hack/hack.topl.c
+++ b/hack/hack.topl.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.topl.c,v 1.2 1993/08/02 17:19:30 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.topl.c,v 1.3 1995/03/23 08:31:40 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.track.c b/hack/hack.track.c
index 5960ead6..1225d06c 100644
--- a/hack/hack.track.c
+++ b/hack/hack.track.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.track.c,v 1.2 1993/08/02 17:19:31 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.track.c,v 1.3 1995/03/23 08:31:42 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.trap.c b/hack/hack.trap.c
index 15983f97..dbcb1214 100644
--- a/hack/hack.trap.c
+++ b/hack/hack.trap.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.trap.c,v 1.2 1993/08/02 17:19:32 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.trap.c,v 1.3 1995/03/23 08:31:44 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.tty.c b/hack/hack.tty.c
index 1297c3c5..5a16f314 100644
--- a/hack/hack.tty.c
+++ b/hack/hack.tty.c
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +32,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)hack.tty.c 5.3 (Berkeley) 5/13/91";*/
-static char rcsid[] = "$Id: hack.tty.c,v 1.2 1993/08/01 18:54:35 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)hack.tty.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: hack.tty.c,v 1.3 1995/03/23 08:31:47 cgd Exp $";
+#endif
#endif /* not lint */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
diff --git a/hack/hack.u_init.c b/hack/hack.u_init.c
index 8cef4170..f61899d0 100644
--- a/hack/hack.u_init.c
+++ b/hack/hack.u_init.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.u_init.c,v 1.3 1993/08/02 17:19:33 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.u_init.c,v 1.4 1995/03/23 08:31:51 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.unix.c b/hack/hack.unix.c
index fdb8ae00..86308446 100644
--- a/hack/hack.unix.c
+++ b/hack/hack.unix.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.unix.c,v 1.2 1993/08/02 17:19:34 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.unix.c,v 1.3 1995/03/23 08:31:55 cgd Exp $";
#endif /* not lint */
/* This file collects some Unix dependencies; hack.pager.c contains some more */
diff --git a/hack/hack.vault.c b/hack/hack.vault.c
index 0c8a2671..4564d974 100644
--- a/hack/hack.vault.c
+++ b/hack/hack.vault.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.vault.c,v 1.2 1993/08/02 17:19:36 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.vault.c,v 1.3 1995/03/23 08:31:59 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.version.c b/hack/hack.version.c
index ee1381eb..538a0a7e 100644
--- a/hack/hack.version.c
+++ b/hack/hack.version.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.version.c,v 1.2 1993/08/02 17:19:37 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.version.c,v 1.3 1995/03/23 08:32:03 cgd Exp $";
#endif /* not lint */
#include "date.h"
diff --git a/hack/hack.wield.c b/hack/hack.wield.c
index da92119a..e0f40b64 100644
--- a/hack/hack.wield.c
+++ b/hack/hack.wield.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.wield.c,v 1.2 1993/08/02 17:19:38 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.wield.c,v 1.3 1995/03/23 08:32:06 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.wizard.c b/hack/hack.wizard.c
index caec93f7..984c8b63 100644
--- a/hack/hack.wizard.c
+++ b/hack/hack.wizard.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.wizard.c,v 1.2 1993/08/02 17:19:39 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.wizard.c,v 1.3 1995/03/23 08:32:09 cgd Exp $";
#endif /* not lint */
/* wizard code - inspired by rogue code from Merlyn Leroy (digi-g!brian) */
diff --git a/hack/hack.worm.c b/hack/hack.worm.c
index b88269e4..1849e387 100644
--- a/hack/hack.worm.c
+++ b/hack/hack.worm.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.worm.c,v 1.2 1993/08/02 17:19:40 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.worm.c,v 1.3 1995/03/23 08:32:12 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.worn.c b/hack/hack.worn.c
index 638befbe..6dd5c2b1 100644
--- a/hack/hack.worn.c
+++ b/hack/hack.worn.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.worn.c,v 1.2 1993/08/02 17:19:42 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.worn.c,v 1.3 1995/03/23 08:32:17 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.zap.c b/hack/hack.zap.c
index 85b9dc38..a282dc0e 100644
--- a/hack/hack.zap.c
+++ b/hack/hack.zap.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.zap.c,v 1.2 1993/08/02 17:19:43 mycroft Exp $";
+static char rcsid[] = "$NetBSD: hack.zap.c,v 1.3 1995/03/23 08:32:21 cgd Exp $";
#endif /* not lint */
#include "hack.h"
diff --git a/hack/makedefs.c b/hack/makedefs.c
index 05d685ed..550e3e95 100644
--- a/hack/makedefs.c
+++ b/hack/makedefs.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: makedefs.c,v 1.2 1993/08/02 17:19:44 mycroft Exp $";
+static char rcsid[] = "$NetBSD: makedefs.c,v 1.3 1995/03/23 08:32:24 cgd Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/hack/pathnames.h b/hack/pathnames.h
index 3b4b81dd..37c496e9 100644
--- a/hack/pathnames.h
+++ b/hack/pathnames.h
@@ -1,6 +1,8 @@
+/* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:32:27 cgd Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90
- * $Id: pathnames.h,v 1.2 1993/08/01 18:54:34 mycroft Exp $
+ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
#define _PATH_MAIL "/usr/bin/mail"
diff --git a/hack/rnd.c b/hack/rnd.c
index d90970af..6bdd0aba 100644
--- a/hack/rnd.c
+++ b/hack/rnd.c
@@ -1,5 +1,5 @@
#ifndef lint
-static char rcsid[] = "$Id: rnd.c,v 1.2 1993/08/02 17:19:45 mycroft Exp $";
+static char rcsid[] = "$NetBSD: rnd.c,v 1.3 1995/03/23 08:32:28 cgd Exp $";
#endif /* not lint */
#define RND(x) ((random()>>3) % x)