Some basic code maintenance in games/- in main() replace exit with return- drop some /* NOTREACHED */ lint comments along the way.- make more use of standard CFLAGS, esp. -Wimplicit-function-decl
Some basic code maintenance in games/- in main() replace exit with return- drop some /* NOTREACHED */ lint comments along the way.- make more use of standard CFLAGS, esp. -Wimplicit-function-declaration- add and sort some headers when needed- add straightforward pledges to some programs used at compile timediscussed with and ok mestre@
show more ...
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andunmaintainable). these days, people use source. these id's do not provideany benefit, and do hurt the small install media(th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andunmaintainable). these days, people use source. these id's do not provideany benefit, and do hurt the small install media(the 33,000 line diff is essentially mechanical)ok with the idea millert, ok dms
more ansi; khalek@linuxgamers.net
add missing includesok deraadt@ tedu@
Remove the advertising clause in the UCB license which Berkeleyrescinded 22 July 1999. Proofed by myself and Theo.
de-register
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
NetBSD changes and a few obvious fixes
CC=${HOSTCC} for these; tv@slack.iag.net, PR#89
initial import of NetBSD tree