diff options
Diffstat (limited to 'games/hack')
85 files changed, 105 insertions, 89 deletions
diff --git a/games/hack/COPYRIGHT b/games/hack/COPYRIGHT index 71a94494a8a..d71c09f5f7e 100644 --- a/games/hack/COPYRIGHT +++ b/games/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/games/hack/Makefile b/games/hack/Makefile index 8058104e035..4fa0fc045d0 100644 --- a/games/hack/Makefile +++ b/games/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/games/hack/Makequest b/games/hack/Makequest index 9271c2841c9..256d8363155 100644 --- a/games/hack/Makequest +++ b/games/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/games/hack/Original_READ_ME b/games/hack/Original_READ_ME index 9d2070be09e..3787a9d101e 100644 --- a/games/hack/Original_READ_ME +++ b/games/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/games/hack/READ_ME b/games/hack/READ_ME index cfe6ca2fe3e..0f3aa89bafc 100644 --- a/games/hack/READ_ME +++ b/games/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/games/hack/alloc.c b/games/hack/alloc.c index 60bf4da558f..f64cc1952a3 100644 --- a/games/hack/alloc.c +++ b/games/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/games/hack/config.h b/games/hack/config.h index 1af52672441..f7bb5c5c171 100644 --- a/games/hack/config.h +++ b/games/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/games/hack/date.h b/games/hack/date.h index 36df5333f15..0320b698e2b 100644 --- a/games/hack/date.h +++ b/games/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/games/hack/def.edog.h b/games/hack/def.edog.h index 92eabfd183c..00fa911f2e6 100644 --- a/games/hack/def.edog.h +++ b/games/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/games/hack/def.eshk.h b/games/hack/def.eshk.h index 075be7dffd6..781c3461a7b 100644 --- a/games/hack/def.eshk.h +++ b/games/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/games/hack/def.flag.h b/games/hack/def.flag.h index 9401be49999..2fff1d3fc6e 100644 --- a/games/hack/def.flag.h +++ b/games/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/games/hack/def.func_tab.h b/games/hack/def.func_tab.h index ca1fd352d28..363c8f3b381 100644 --- a/games/hack/def.func_tab.h +++ b/games/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/games/hack/def.gen.h b/games/hack/def.gen.h index 87323845fa4..56e4832bac9 100644 --- a/games/hack/def.gen.h +++ b/games/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/games/hack/def.gold.h b/games/hack/def.gold.h index 5564d3b1418..7333bdd5c05 100644 --- a/games/hack/def.gold.h +++ b/games/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/games/hack/def.mkroom.h b/games/hack/def.mkroom.h index 8b1ce799763..45c215619e0 100644 --- a/games/hack/def.mkroom.h +++ b/games/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/games/hack/def.monst.h b/games/hack/def.monst.h index de545f306d3..6d883eaff77 100644 --- a/games/hack/def.monst.h +++ b/games/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/games/hack/def.obj.h b/games/hack/def.obj.h index 818f0653c1d..897046f23bb 100644 --- a/games/hack/def.obj.h +++ b/games/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/games/hack/def.objclass.h b/games/hack/def.objclass.h index fa79f68c7ed..15f7f98d975 100644 --- a/games/hack/def.objclass.h +++ b/games/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/games/hack/def.objects.h b/games/hack/def.objects.h index a7b0138d9e1..3876c2aa5c7 100644 --- a/games/hack/def.objects.h +++ b/games/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/games/hack/def.permonst.h b/games/hack/def.permonst.h index 2967c1eff40..d3c75f47dae 100644 --- a/games/hack/def.permonst.h +++ b/games/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/games/hack/def.rm.h b/games/hack/def.rm.h index f9b6b4becbf..b4ffc81c172 100644 --- a/games/hack/def.rm.h +++ b/games/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/games/hack/def.trap.h b/games/hack/def.trap.h index 344456697d4..55477e482f4 100644 --- a/games/hack/def.trap.h +++ b/games/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/games/hack/def.wseg.h b/games/hack/def.wseg.h index add0b2434a7..35812db3752 100644 --- a/games/hack/def.wseg.h +++ b/games/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/games/hack/hack.6 b/games/hack/hack.6 index 36749408c2b..42af6082c73 100644 --- a/games/hack/hack.6 +++ b/games/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/games/hack/hack.Decl.c b/games/hack/hack.Decl.c index af66c621ee2..c7688dc6981 100644 --- a/games/hack/hack.Decl.c +++ b/games/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/games/hack/hack.apply.c b/games/hack/hack.apply.c index dc51290571f..46bdc64f56c 100644 --- a/games/hack/hack.apply.c +++ b/games/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/games/hack/hack.bones.c b/games/hack/hack.bones.c index 75bd7cd0f0a..b495294c94b 100644 --- a/games/hack/hack.bones.c +++ b/games/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/games/hack/hack.c b/games/hack/hack.c index b8af9323034..5261e183b33 100644 --- a/games/hack/hack.c +++ b/games/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/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index f0034859728..0af29895588 100644 --- a/games/hack/hack.cmd.c +++ b/games/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/games/hack/hack.do.c b/games/hack/hack.do.c index 7e7fd765178..aec8b91176b 100644 --- a/games/hack/hack.do.c +++ b/games/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/games/hack/hack.do_name.c b/games/hack/hack.do_name.c index baf45a2f372..313b55339c4 100644 --- a/games/hack/hack.do_name.c +++ b/games/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/games/hack/hack.do_wear.c b/games/hack/hack.do_wear.c index 84021b7d623..2084b630201 100644 --- a/games/hack/hack.do_wear.c +++ b/games/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/games/hack/hack.dog.c b/games/hack/hack.dog.c index 06a23330538..d9192a4c7c5 100644 --- a/games/hack/hack.dog.c +++ b/games/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/games/hack/hack.eat.c b/games/hack/hack.eat.c index 94a25b558ad..7745f63feb2 100644 --- a/games/hack/hack.eat.c +++ b/games/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/games/hack/hack.end.c b/games/hack/hack.end.c index c103d9458b1..20b77e4f689 100644 --- a/games/hack/hack.end.c +++ b/games/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/games/hack/hack.engrave.c b/games/hack/hack.engrave.c index a51f9a5de73..e32807d3ff1 100644 --- a/games/hack/hack.engrave.c +++ b/games/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/games/hack/hack.fight.c b/games/hack/hack.fight.c index 1701915eadb..92d11c2ea4a 100644 --- a/games/hack/hack.fight.c +++ b/games/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/games/hack/hack.fix b/games/hack/hack.fix index 01e6460247d..c01616ce1b1 100644 --- a/games/hack/hack.fix +++ b/games/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/games/hack/hack.h b/games/hack/hack.h index 3acd6845e80..f097252fe8f 100644 --- a/games/hack/hack.h +++ b/games/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/games/hack/hack.invent.c b/games/hack/hack.invent.c index e971d1a005b..3cc42763a1d 100644 --- a/games/hack/hack.invent.c +++ b/games/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/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index 714dcc51737..af62748fe56 100644 --- a/games/hack/hack.ioctl.c +++ b/games/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/games/hack/hack.lev.c b/games/hack/hack.lev.c index d69ea65efa2..e15d39ee0fd 100644 --- a/games/hack/hack.lev.c +++ b/games/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/games/hack/hack.main.c b/games/hack/hack.main.c index ab6daa5cba7..cdec0b2557e 100644 --- a/games/hack/hack.main.c +++ b/games/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/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index 6b4df69f517..f7fc0ecbe55 100644 --- a/games/hack/hack.makemon.c +++ b/games/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/games/hack/hack.mfndpos.h b/games/hack/hack.mfndpos.h index 8630dd2b166..f7c98a3ec90 100644 --- a/games/hack/hack.mfndpos.h +++ b/games/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/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index a3b1393b79b..430bfa42204 100644 --- a/games/hack/hack.mhitu.c +++ b/games/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/games/hack/hack.mklev.c b/games/hack/hack.mklev.c index d69021436a9..5e8c7b51f04 100644 --- a/games/hack/hack.mklev.c +++ b/games/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/games/hack/hack.mkmaze.c b/games/hack/hack.mkmaze.c index 84a1453a367..f69fe864679 100644 --- a/games/hack/hack.mkmaze.c +++ b/games/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/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c index 788283a3573..d4e37fd7928 100644 --- a/games/hack/hack.mkobj.c +++ b/games/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/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c index d11e9540882..4ecc92af1e9 100644 --- a/games/hack/hack.mkshop.c +++ b/games/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/games/hack/hack.mon.c b/games/hack/hack.mon.c index c66c936f184..de3ddb3c72b 100644 --- a/games/hack/hack.mon.c +++ b/games/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/games/hack/hack.monst.c b/games/hack/hack.monst.c index 4869e55cfcc..5cd2338263b 100644 --- a/games/hack/hack.monst.c +++ b/games/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/games/hack/hack.o_init.c b/games/hack/hack.o_init.c index fb4f7396742..ccda56b589d 100644 --- a/games/hack/hack.o_init.c +++ b/games/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/games/hack/hack.objnam.c b/games/hack/hack.objnam.c index 533ef17c3d6..2ab2f2ae43e 100644 --- a/games/hack/hack.objnam.c +++ b/games/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/games/hack/hack.options.c b/games/hack/hack.options.c index 941fa58b7f0..078ec7f0de9 100644 --- a/games/hack/hack.options.c +++ b/games/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/games/hack/hack.pager.c b/games/hack/hack.pager.c index b9e4ba41b1b..0e3d6817347 100644 --- a/games/hack/hack.pager.c +++ b/games/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/games/hack/hack.potion.c b/games/hack/hack.potion.c index 9b0d70f43eb..ed71901d9a1 100644 --- a/games/hack/hack.potion.c +++ b/games/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/games/hack/hack.pri.c b/games/hack/hack.pri.c index 7e5eb893282..0a8606ace69 100644 --- a/games/hack/hack.pri.c +++ b/games/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/games/hack/hack.read.c b/games/hack/hack.read.c index 5c7840e11d5..7fbbf8a7e33 100644 --- a/games/hack/hack.read.c +++ b/games/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/games/hack/hack.rip.c b/games/hack/hack.rip.c index 8bb37559a14..ced3a27b465 100644 --- a/games/hack/hack.rip.c +++ b/games/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/games/hack/hack.rumors.c b/games/hack/hack.rumors.c index e86142df103..0ace09e2600 100644 --- a/games/hack/hack.rumors.c +++ b/games/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/games/hack/hack.save.c b/games/hack/hack.save.c index a60f6c6a3ac..3e7a2543c4d 100644 --- a/games/hack/hack.save.c +++ b/games/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/games/hack/hack.search.c b/games/hack/hack.search.c index 2180390807d..d1b77f72cd7 100644 --- a/games/hack/hack.search.c +++ b/games/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/games/hack/hack.sh b/games/hack/hack.sh index 8136ec42055..c3b734c8563 100644 --- a/games/hack/hack.sh +++ b/games/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/games/hack/hack.shk.c b/games/hack/hack.shk.c index ca6bb2a522a..6e216b7adca 100644 --- a/games/hack/hack.shk.c +++ b/games/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/games/hack/hack.shknam.c b/games/hack/hack.shknam.c index 38cdaac3b6e..152dbdb181c 100644 --- a/games/hack/hack.shknam.c +++ b/games/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/games/hack/hack.steal.c b/games/hack/hack.steal.c index 0bb4f1cc016..9fdae8f4dbb 100644 --- a/games/hack/hack.steal.c +++ b/games/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/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index 3999cade08b..939514b7e99 100644 --- a/games/hack/hack.termcap.c +++ b/games/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/games/hack/hack.timeout.c b/games/hack/hack.timeout.c index 38095f83157..fa431368420 100644 --- a/games/hack/hack.timeout.c +++ b/games/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/games/hack/hack.topl.c b/games/hack/hack.topl.c index 3c1b6f3bfa4..bd671bc5944 100644 --- a/games/hack/hack.topl.c +++ b/games/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/games/hack/hack.track.c b/games/hack/hack.track.c index 5960ead6d74..1225d06c839 100644 --- a/games/hack/hack.track.c +++ b/games/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/games/hack/hack.trap.c b/games/hack/hack.trap.c index 15983f97303..dbcb12140a4 100644 --- a/games/hack/hack.trap.c +++ b/games/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/games/hack/hack.tty.c b/games/hack/hack.tty.c index 1297c3c524b..5a16f31496d 100644 --- a/games/hack/hack.tty.c +++ b/games/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/games/hack/hack.u_init.c b/games/hack/hack.u_init.c index 8cef4170215..f61899d0bf1 100644 --- a/games/hack/hack.u_init.c +++ b/games/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/games/hack/hack.unix.c b/games/hack/hack.unix.c index fdb8ae009e9..86308446eba 100644 --- a/games/hack/hack.unix.c +++ b/games/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/games/hack/hack.vault.c b/games/hack/hack.vault.c index 0c8a267101e..4564d97463e 100644 --- a/games/hack/hack.vault.c +++ b/games/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/games/hack/hack.version.c b/games/hack/hack.version.c index ee1381eb30d..538a0a7e0fc 100644 --- a/games/hack/hack.version.c +++ b/games/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/games/hack/hack.wield.c b/games/hack/hack.wield.c index da92119a516..e0f40b64339 100644 --- a/games/hack/hack.wield.c +++ b/games/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/games/hack/hack.wizard.c b/games/hack/hack.wizard.c index caec93f72e3..984c8b63eff 100644 --- a/games/hack/hack.wizard.c +++ b/games/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/games/hack/hack.worm.c b/games/hack/hack.worm.c index b88269e4a86..1849e387f4c 100644 --- a/games/hack/hack.worm.c +++ b/games/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/games/hack/hack.worn.c b/games/hack/hack.worn.c index 638befbe07c..6dd5c2b1389 100644 --- a/games/hack/hack.worn.c +++ b/games/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/games/hack/hack.zap.c b/games/hack/hack.zap.c index 85b9dc385f1..a282dc0e5b7 100644 --- a/games/hack/hack.zap.c +++ b/games/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/games/hack/makedefs.c b/games/hack/makedefs.c index 05d685eda72..550e3e9569b 100644 --- a/games/hack/makedefs.c +++ b/games/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/games/hack/pathnames.h b/games/hack/pathnames.h index 3b4b81dd491..37c496e91e0 100644 --- a/games/hack/pathnames.h +++ b/games/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/games/hack/rnd.c b/games/hack/rnd.c index d90970afb3f..6bdd0aba9bc 100644 --- a/games/hack/rnd.c +++ b/games/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) |
