CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/11/15 21:49:49

Modified files:
        games/adventure: main.c wizard.c 
        games/atc      : include.h struct.h 
        games/backgammon/common_source: save.c 
        games/battlestar: extern.h 
        games/boggle/boggle: timer.c 
        games/bs       : bs.c 
        games/fortune/fortune: fortune.c 
        games/fortune/strfile: strfile.c 
        games/fortune/unstr: unstr.c 
        games/gomoku   : main.c 
        games/hack     : hack.unix.c 
        games/hunt/hunt: hunt.c playit.c 
        games/mille    : misc.c move.c 
        games/phantasia: include.h main.c phantstruct.h setup.c 
        games/robots   : robots.h score.c 
        games/sail     : lo_main.c misc.c pl_7.c sync.c 
        games/snake    : snake.c 
        games/tetris   : scores.c scores.h tetris.c 

Log message:
Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,
and <sys/ttydefaults.h>
Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX
Pull in <limits.h> where needed
Prefer sizeof(var) over MAXFOO or FOO_MAX

ok deraadt@

Reply via email to