summaryrefslogtreecommitdiffstats
path: root/adventure/setup.c
Commit message (Collapse)AuthorAgeFilesLines
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-101-3/+7
| | | | | | | | | | | 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>
* some cleanups as per PR#6082 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-9/+9
|
* KNFify againlukem1997-10-111-15/+5
|
* KNFifylukem1997-10-111-25/+25
|
* clean up RCS idscgd1995-03-211-0/+6
|
* adventure(6), from 44litejtc1994-10-211-0/+125