CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/04 09:40:09
Modified files:
games/robots : main.c robots.6 robots.h score.c
Log message:
Drop pledge("getpw") and pwd.h and use the now usual
LOGNAME -> USER -> getlogin() -> ??? fallback
in the score file, as requested by tedu@
Man page bits adapted from jmc@'s tweaks to snake.6
