summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-02 17:16:36 +0000
committermycroft <mycroft@NetBSD.org>1993-08-02 17:16:36 +0000
commitb8487be54479a1ff66937082686d4db9f04f7627 (patch)
tree08e24850923a6396614cb2c20c1f64d5e47d9fd9
parent02b1a547acf7a675aaf286ba18c528627234fd23 (diff)
downloadbsdgames-darwin-b8487be54479a1ff66937082686d4db9f04f7627.tar.gz
bsdgames-darwin-b8487be54479a1ff66937082686d4db9f04f7627.tar.zst
bsdgames-darwin-b8487be54479a1ff66937082686d4db9f04f7627.zip
alloc.c
-rw-r--r--hack/config.h7
-rw-r--r--hack/date.h1
-rw-r--r--hack/def.edog.h7
-rw-r--r--hack/def.eshk.h7
-rw-r--r--hack/def.flag.h7
-rw-r--r--hack/def.func_tab.h7
-rw-r--r--hack/def.gen.h7
-rw-r--r--hack/def.gold.h7
-rw-r--r--hack/def.mkroom.h7
-rw-r--r--hack/def.monst.h7
-rw-r--r--hack/def.obj.h7
-rw-r--r--hack/def.objclass.h7
-rw-r--r--hack/def.objects.h7
-rw-r--r--hack/def.permonst.h7
-rw-r--r--hack/def.rm.h7
-rw-r--r--hack/def.trap.h7
-rw-r--r--hack/def.wseg.h7
-rw-r--r--hack/hack.61
-rw-r--r--hack/hack.Decl.c9
-rw-r--r--hack/hack.apply.c9
-rw-r--r--hack/hack.bones.c9
-rw-r--r--hack/hack.c9
-rw-r--r--hack/hack.cmd.c9
-rw-r--r--hack/hack.do.c9
-rw-r--r--hack/hack.do_name.c9
-rw-r--r--hack/hack.do_wear.c9
-rw-r--r--hack/hack.dog.c9
-rw-r--r--hack/hack.eat.c9
-rw-r--r--hack/hack.end.c9
-rw-r--r--hack/hack.engrave.c9
-rw-r--r--hack/hack.fight.c9
-rw-r--r--hack/hack.h7
-rw-r--r--hack/hack.invent.c9
-rw-r--r--hack/hack.ioctl.c9
-rw-r--r--hack/hack.lev.c9
-rw-r--r--hack/hack.main.c9
-rw-r--r--hack/hack.makemon.c9
-rw-r--r--hack/hack.mfndpos.h7
-rw-r--r--hack/hack.mhitu.c9
-rw-r--r--hack/hack.mklev.c9
-rw-r--r--hack/hack.mkmaze.c9
-rw-r--r--hack/hack.mkobj.c9
-rw-r--r--hack/hack.mkshop.c9
-rw-r--r--hack/hack.mon.c9
-rw-r--r--hack/hack.monst.c9
-rw-r--r--hack/hack.o_init.c9
-rw-r--r--hack/hack.objnam.c9
-rw-r--r--hack/hack.onames.h2
48 files changed, 283 insertions, 90 deletions
diff --git a/hack/config.h b/hack/config.h
index f382937b..1af52672 100644
--- a/hack/config.h
+++ b/hack/config.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* config.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: config.h,v 1.2 1993/08/02 17:16:36 mycroft Exp $
+ */
#include "pathnames.h"
diff --git a/hack/date.h b/hack/date.h
index 9a7ef768..36df5333 100644
--- a/hack/date.h
+++ b/hack/date.h
@@ -1,2 +1,3 @@
+/* $Id: date.h,v 1.2 1993/08/02 17:16:38 mycroft Exp $ */
char datestring[] = "Tue Jul 23 1985";
diff --git a/hack/def.edog.h b/hack/def.edog.h
index a5c2b461..92eabfd1 100644
--- a/hack/def.edog.h
+++ b/hack/def.edog.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.edog.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.edog.h,v 1.2 1993/08/02 17:16:39 mycroft Exp $
+ */
struct edog {
long hungrytime; /* at this time dog gets hungry */
diff --git a/hack/def.eshk.h b/hack/def.eshk.h
index 2ebf2804..075be7df 100644
--- a/hack/def.eshk.h
+++ b/hack/def.eshk.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.eshk.h - version 1.0.2 : added 'following' */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.eshk.h,v 1.2 1993/08/02 17:16:41 mycroft Exp $
+ */
#define BILLSZ 200
struct bill_x {
diff --git a/hack/def.flag.h b/hack/def.flag.h
index 221f33dd..9401be49 100644
--- a/hack/def.flag.h
+++ b/hack/def.flag.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.flag.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.flag.h,v 1.2 1993/08/02 17:16:42 mycroft Exp $
+ */
struct flag {
unsigned ident; /* social security number for each monster */
diff --git a/hack/def.func_tab.h b/hack/def.func_tab.h
index 63f74d2e..ca1fd352 100644
--- a/hack/def.func_tab.h
+++ b/hack/def.func_tab.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.func_tab.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.func_tab.h,v 1.2 1993/08/02 17:16:43 mycroft Exp $
+ */
struct func_tab {
char f_char;
diff --git a/hack/def.gen.h b/hack/def.gen.h
index f1e44fc9..87323845 100644
--- a/hack/def.gen.h
+++ b/hack/def.gen.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.gen.h version 1.0.1: added ONCE flag */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.gen.h,v 1.2 1993/08/02 17:16:44 mycroft Exp $
+ */
struct gen {
struct gen *ngen;
diff --git a/hack/def.gold.h b/hack/def.gold.h
index 80889088..5564d3b1 100644
--- a/hack/def.gold.h
+++ b/hack/def.gold.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.gold.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.gold.h,v 1.2 1993/08/02 17:16:45 mycroft Exp $
+ */
struct gold {
struct gold *ngold;
diff --git a/hack/def.mkroom.h b/hack/def.mkroom.h
index ddbb62be..8b1ce799 100644
--- a/hack/def.mkroom.h
+++ b/hack/def.mkroom.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.mkroom.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.mkroom.h,v 1.2 1993/08/02 17:16:46 mycroft Exp $
+ */
struct mkroom {
schar lx,hx,ly,hy; /* usually xchar, but hx may be -1 */
diff --git a/hack/def.monst.h b/hack/def.monst.h
index 88836af7..de545f30 100644
--- a/hack/def.monst.h
+++ b/hack/def.monst.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.monst.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.monst.h,v 1.2 1993/08/02 17:16:48 mycroft Exp $
+ */
struct monst {
struct monst *nmon;
diff --git a/hack/def.obj.h b/hack/def.obj.h
index 50b21df1..818f0653 100644
--- a/hack/def.obj.h
+++ b/hack/def.obj.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.obj.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.obj.h,v 1.2 1993/08/02 17:16:49 mycroft Exp $
+ */
struct obj {
struct obj *nobj;
diff --git a/hack/def.objclass.h b/hack/def.objclass.h
index 9e17de23..fa79f68c 100644
--- a/hack/def.objclass.h
+++ b/hack/def.objclass.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.objclass.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.objclass.h,v 1.2 1993/08/02 17:16:50 mycroft Exp $
+ */
/* definition of a class of objects */
diff --git a/hack/def.objects.h b/hack/def.objects.h
index b4400fc4..a7b0138d 100644
--- a/hack/def.objects.h
+++ b/hack/def.objects.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.objects.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.objects.h,v 1.2 1993/08/02 17:16:51 mycroft Exp $
+ */
/* objects have letter " % ) ( 0 _ ` [ ! ? / = * */
#include "config.h"
diff --git a/hack/def.permonst.h b/hack/def.permonst.h
index b19efc6a..2967c1ef 100644
--- a/hack/def.permonst.h
+++ b/hack/def.permonst.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.permonst.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.permonst.h,v 1.2 1993/08/02 17:16:52 mycroft Exp $
+ */
struct permonst {
char *mname,mlet;
diff --git a/hack/def.rm.h b/hack/def.rm.h
index f84921ca..f9b6b4be 100644
--- a/hack/def.rm.h
+++ b/hack/def.rm.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.rm.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.rm.h,v 1.2 1993/08/02 17:16:53 mycroft Exp $
+ */
/* Level location types */
#define HWALL 1
diff --git a/hack/def.trap.h b/hack/def.trap.h
index 26946add..34445669 100644
--- a/hack/def.trap.h
+++ b/hack/def.trap.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.trap.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.trap.h,v 1.2 1993/08/02 17:16:54 mycroft Exp $
+ */
struct trap {
struct trap *ntrap;
diff --git a/hack/def.wseg.h b/hack/def.wseg.h
index 0a2af779..add0b243 100644
--- a/hack/def.wseg.h
+++ b/hack/def.wseg.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* def.wseg.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: def.wseg.h,v 1.2 1993/08/02 17:16:55 mycroft Exp $
+ */
#ifndef NOWORM
/* worm structure */
diff --git a/hack/hack.6 b/hack/hack.6
index c4c46c30..a9f799c9 100644
--- a/hack/hack.6
+++ b/hack/hack.6
@@ -1,3 +1,4 @@
+.\" $Id: hack.6,v 1.2 1993/08/02 17:16:56 mycroft Exp $ -*- nroff -*-
.TH HACK 6 "31 March 1985"
.UC 4
.SH NAME
diff --git a/hack/hack.Decl.c b/hack/hack.Decl.c
index b2855ac9..af66c621 100644
--- a/hack/hack.Decl.c
+++ b/hack/hack.Decl.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.Decl.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.Decl.c,v 1.2 1993/08/02 17:16:57 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
char nul[40]; /* contains zeros */
diff --git a/hack/hack.apply.c b/hack/hack.apply.c
index 18da738d..dc512905 100644
--- a/hack/hack.apply.c
+++ b/hack/hack.apply.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.apply.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.apply.c,v 1.3 1993/08/02 17:16:58 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "def.edog.h"
diff --git a/hack/hack.bones.c b/hack/hack.bones.c
index d4a05b82..75bd7cd0 100644
--- a/hack/hack.bones.c
+++ b/hack/hack.bones.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.bones.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.bones.c,v 1.2 1993/08/02 17:16:59 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
extern char plname[PL_NSIZ];
diff --git a/hack/hack.c b/hack/hack.c
index 5c828814..b8af9323 100644
--- a/hack/hack.c
+++ b/hack/hack.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.c,v 1.2 1993/08/02 17:17:01 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include <stdio.h>
diff --git a/hack/hack.cmd.c b/hack/hack.cmd.c
index e36cfcca..f0034859 100644
--- a/hack/hack.cmd.c
+++ b/hack/hack.cmd.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.cmd.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.cmd.c,v 1.2 1993/08/02 17:17:02 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "def.func_tab.h"
diff --git a/hack/hack.do.c b/hack/hack.do.c
index 1227eb92..7e7fd765 100644
--- a/hack/hack.do.c
+++ b/hack/hack.do.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.do.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.do.c,v 1.2 1993/08/02 17:17:03 mycroft 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 72ac62c8..baf45a2f 100644
--- a/hack/hack.do_name.c
+++ b/hack/hack.do_name.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.do_name.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.do_name.c,v 1.2 1993/08/02 17:17:05 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include <stdio.h>
diff --git a/hack/hack.do_wear.c b/hack/hack.do_wear.c
index 423955d2..84021b7d 100644
--- a/hack/hack.do_wear.c
+++ b/hack/hack.do_wear.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.do_wear.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.do_wear.c,v 1.2 1993/08/02 17:17:06 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include <stdio.h>
diff --git a/hack/hack.dog.c b/hack/hack.dog.c
index aa4387ab..06a23330 100644
--- a/hack/hack.dog.c
+++ b/hack/hack.dog.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.dog.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.dog.c,v 1.2 1993/08/02 17:17:07 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "hack.mfndpos.h"
diff --git a/hack/hack.eat.c b/hack/hack.eat.c
index f1a76777..94a25b55 100644
--- a/hack/hack.eat.c
+++ b/hack/hack.eat.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.eat.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.eat.c,v 1.2 1993/08/02 17:17:08 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
char POISONOUS[] = "ADKSVabhks";
diff --git a/hack/hack.end.c b/hack/hack.end.c
index 0ddd2bd0..c103d945 100644
--- a/hack/hack.end.c
+++ b/hack/hack.end.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.end.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.end.c,v 1.2 1993/08/02 17:17:10 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include <stdio.h>
diff --git a/hack/hack.engrave.c b/hack/hack.engrave.c
index dc16c39f..a51f9a5d 100644
--- a/hack/hack.engrave.c
+++ b/hack/hack.engrave.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.engrave.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.engrave.c,v 1.2 1993/08/02 17:17:11 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.fight.c b/hack/hack.fight.c
index ede886d1..1701915e 100644
--- a/hack/hack.fight.c
+++ b/hack/hack.fight.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.fight.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.fight.c,v 1.2 1993/08/02 17:17:12 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
extern struct permonst li_dog, dog, la_dog;
diff --git a/hack/hack.h b/hack/hack.h
index 58c02837..3acd6845 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.h - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: hack.h,v 1.2 1993/08/02 17:17:14 mycroft Exp $
+ */
#include "config.h"
#include <string.h>
diff --git a/hack/hack.invent.c b/hack/hack.invent.c
index 66949b87..e971d1a0 100644
--- a/hack/hack.invent.c
+++ b/hack/hack.invent.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.invent.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.invent.c,v 1.3 1993/08/02 17:17:15 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include <stdio.h>
diff --git a/hack/hack.ioctl.c b/hack/hack.ioctl.c
index 6669ceab..a66b66bf 100644
--- a/hack/hack.ioctl.c
+++ b/hack/hack.ioctl.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.ioctl.c - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.ioctl.c,v 1.2 1993/08/02 17:17:16 mycroft Exp $";
+#endif /* not lint */
/* This cannot be part of hack.tty.c (as it was earlier) since on some
systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h>
diff --git a/hack/hack.lev.c b/hack/hack.lev.c
index f011f675..d69ea65e 100644
--- a/hack/hack.lev.c
+++ b/hack/hack.lev.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.lev.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.lev.c,v 1.2 1993/08/02 17:17:17 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "def.mkroom.h"
diff --git a/hack/hack.main.c b/hack/hack.main.c
index d2d59a2f..ab6daa5c 100644
--- a/hack/hack.main.c
+++ b/hack/hack.main.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.main.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.main.c,v 1.2 1993/08/02 17:17:18 mycroft Exp $";
+#endif /* not lint */
#include <stdio.h>
#include <signal.h>
diff --git a/hack/hack.makemon.c b/hack/hack.makemon.c
index bcf23b62..6b4df69f 100644
--- a/hack/hack.makemon.c
+++ b/hack/hack.makemon.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.makemon.c - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.makemon.c,v 1.2 1993/08/02 17:17:19 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
extern char fut_geno[];
diff --git a/hack/hack.mfndpos.h b/hack/hack.mfndpos.h
index f4da529f..8630dd2b 100644
--- a/hack/hack.mfndpos.h
+++ b/hack/hack.mfndpos.h
@@ -1,5 +1,8 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mfndpos.h - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $Id: hack.mfndpos.h,v 1.2 1993/08/02 17:17:20 mycroft Exp $
+ */
#define ALLOW_TRAPS 0777
#define ALLOW_U 01000
diff --git a/hack/hack.mhitu.c b/hack/hack.mhitu.c
index ae7d204b..a3b1393b 100644
--- a/hack/hack.mhitu.c
+++ b/hack/hack.mhitu.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mhitu.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mhitu.c,v 1.2 1993/08/02 17:17:21 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
extern struct monst *makemon();
diff --git a/hack/hack.mklev.c b/hack/hack.mklev.c
index 89040213..d6902143 100644
--- a/hack/hack.mklev.c
+++ b/hack/hack.mklev.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mklev.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mklev.c,v 1.2 1993/08/02 17:17:23 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mkmaze.c b/hack/hack.mkmaze.c
index bee24f95..84a1453a 100644
--- a/hack/hack.mkmaze.c
+++ b/hack/hack.mkmaze.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mkmaze.c - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mkmaze.c,v 1.2 1993/08/02 17:17:24 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "def.mkroom.h" /* not really used */
diff --git a/hack/hack.mkobj.c b/hack/hack.mkobj.c
index 18a69146..788283a3 100644
--- a/hack/hack.mkobj.c
+++ b/hack/hack.mkobj.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mkobj.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mkobj.c,v 1.2 1993/08/02 17:17:25 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
diff --git a/hack/hack.mkshop.c b/hack/hack.mkshop.c
index 6553eee0..d11e9540 100644
--- a/hack/hack.mkshop.c
+++ b/hack/hack.mkshop.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mkshop.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mkshop.c,v 1.3 1993/08/02 17:17:26 mycroft Exp $";
+#endif /* not lint */
#include <stdlib.h>
#ifndef QUEST
diff --git a/hack/hack.mon.c b/hack/hack.mon.c
index b31c1592..c66c936f 100644
--- a/hack/hack.mon.c
+++ b/hack/hack.mon.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.mon.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.mon.c,v 1.2 1993/08/02 17:17:28 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "hack.mfndpos.h"
diff --git a/hack/hack.monst.c b/hack/hack.monst.c
index b682b59d..4869e55c 100644
--- a/hack/hack.monst.c
+++ b/hack/hack.monst.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.monst.c - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.monst.c,v 1.2 1993/08/02 17:17:29 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#include "def.eshk.h"
diff --git a/hack/hack.o_init.c b/hack/hack.o_init.c
index 37b33aef..fb4f7396 100644
--- a/hack/hack.o_init.c
+++ b/hack/hack.o_init.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.o_init.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.o_init.c,v 1.2 1993/08/02 17:17:30 mycroft Exp $";
+#endif /* not lint */
#include "config.h" /* for typedefs */
#include "def.objects.h"
diff --git a/hack/hack.objnam.c b/hack/hack.objnam.c
index a1c966cd..533ef17c 100644
--- a/hack/hack.objnam.c
+++ b/hack/hack.objnam.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.objnam.c - version 1.0.2 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.objnam.c,v 1.2 1993/08/02 17:17:31 mycroft Exp $";
+#endif /* not lint */
#include "hack.h"
#define Sprintf (void) sprintf
diff --git a/hack/hack.onames.h b/hack/hack.onames.h
index c0fe81ea..234e5bb3 100644
--- a/hack/hack.onames.h
+++ b/hack/hack.onames.h
@@ -1,3 +1,5 @@
+/* $Id: hack.onames.h,v 1.2 1993/08/02 17:17:33 mycroft Exp $ */
+
#define STRANGE_OBJECT 0
#define AMULET_OF_YENDOR 1
#define FOOD_RATION 2