summaryrefslogtreecommitdiffstats
path: root/adventure/main.c
Commit message (Collapse)AuthorAgeFilesLines
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-101-5/+4
| | | | | | | | | | | use of const I missed in bin/6041; avoiding a signed/unsigned warning; marking an unused parameter as such; revoking setgid privileges (including the saved gid) rather than setuid ones; includes and function prototypes in setup.c; the string passed to err() should not end with a `.'. Together with the patch sent concerning adventure's EOF handling, this synchronises adventure(6) in NetBSD with the Linux port of the NetBSD games. Via PR 6557 by Joseph Myers <jsm28@cam.ac.uk>
* return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-141-6/+5
|
* remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-8/+4
|
* add main() prototypehubertf1998-09-111-2/+4
|
* Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.hubertf1998-08-241-16/+16
|
* KNFifylukem1997-10-111-407/+575
|
* deprecate register, fixup .Nm usagelukem1997-10-101-3/+3
|
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-111-17/+32
| | | While I was there add WARNS?= too.
* oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com)mrg1996-05-211-3/+3
|
* give up setuid-ness. we don't need it. while i'm here, includemrg1996-05-211-4/+8
| | | <sys/signal.h> and use SIGINT rather than 2.
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+2
|
* clean up RCS idscgd1995-03-211-0/+6
|
* adventure(6), from 44litejtc1994-10-211-0/+580