NetBSD/games
hubertf ef49c17e92 This patch fixes adventure(6) to use `extern' on declarations of
objects in its header file, and to add corresponding definitions to
init.c accordingly.  (See the C standard - relying on linker commons
where there are multiple uninitialised declarations of an object in
the program traditionally works on Unix, but is not standard C.)

The patch also removes a bit-rotten code fragment under #ifdef
OLDSTUFF.

Patch submitted in PR 8105 by Joseph Myers <jsm28@cam.ac.uk>
1999-07-28 23:23:39 +00:00
..
adventure This patch fixes adventure(6) to use `extern' on declarations of 1999-07-28 23:23:39 +00:00
arithmetic This patch (a) makes arithmetic(6) revoke any setgid privileges it got 1999-07-17 19:11:30 +00:00
atc In atc(6), the function getAChar() has BSD and SYSV variants to deal 1999-07-28 02:01:30 +00:00
backgammon This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'. 1999-07-28 23:15:51 +00:00
banner Back out last due to think o on my side: we don't start banner through 1999-07-19 19:07:17 +00:00
battlestar This patch improves the handling of save files in battlestar(6), by 1999-07-28 01:45:41 +00:00
bcd This patch adds references to the main punched card, paper tape and 1999-07-28 23:01:59 +00:00
boggle Drop setgid privs early. Via OpenBSD, reported in PR 5970 by 1999-07-21 04:02:29 +00:00
caesar Drop setgid privs early, via OpenBSD 1999-07-21 04:04:21 +00:00
canfield
countmail
cribbage
dm Const poisoning. 1999-07-14 22:52:07 +00:00
factor
fish This patch makes fish(6) honour PAGER for viewing the instructions. 1999-07-14 17:30:21 +00:00
fortune
gomoku
hack Fix Y2K buffer overflow (from OpenBSD). 1999-04-25 19:08:34 +00:00
hangman
hunt Don't frob the interals of a WINDOW*, use the mvinch() macro. 1999-04-18 03:29:01 +00:00
larn
mille
monop
morse
number
phantasia
pig
pom
ppt
primes
quiz
rain
random
robots Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
rogue
sail initscr() returns a pointer, compare return value with NULL and not 1999-04-18 03:30:12 +00:00
snake
tetris
trek const poisoning 1999-07-21 13:19:10 +00:00
wargames
worm This patch makes worm(6) keep the cursor on the head of the worm. 1999-07-28 23:09:45 +00:00
worms
wtf make sure only whole words are matched, use [:space:] RE to avoid embedded 1999-07-27 15:41:27 +00:00
wump This patch fixes a -Wcast-qual warning in wump(6). 1999-07-14 22:49:27 +00:00
Makefile add wtf 1999-07-22 01:05:20 +00:00
Makefile.inc