]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
The patch below does some minor cleanup of adventure(6): an additional
authorhubertf <hubertf@NetBSD.org>
Wed, 10 Feb 1999 00:29:21 +0000 (00:29 +0000)
committerhubertf <hubertf@NetBSD.org>
Wed, 10 Feb 1999 00:29:21 +0000 (00:29 +0000)
commite0e186091a777dfe9cf3c22deeff989f459d8db9
treef28a15fe571fc35e9f50726951538e946868c3b2
parent638c095d5cf47282d99189e1425435a0763a369b
The patch below does some minor cleanup of adventure(6): an additional
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>
adventure/crc.c
adventure/main.c
adventure/setup.c