CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/29 08:23:38
Modified files:
games/atc : atc.6 log.c main.c pathnames.h
Log message:
Add pledge support and move score file to $HOME.
For high score entries use the same logic as in snake(6) and tetris(6):
Try LOGNAME then USER then getlogin(2) and fall back to ???.
For variety, atc(6) uses flock(2), so add a "flock" promise to the usual
"stdio rpath rpath cpath tty" for games.
