CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/08 11:05:58
Modified files:
games/mille : comp.c end.c extern.c init.c mille.c mille.h
misc.c move.c print.c roll.c save.c types.c
varpush.c
Log message:
Headers cleanup and also the following:
mille.h:
#define CTRL locally, which is used by move.c and misc.c, to avoid including
termios.h or sys/ttydefaults.h where it's actually defined
varpush.c:
Change _PATH_DEVNULL to "/dev/null" since other systems may not have it defined
but also avoids including <paths.h>
Included a few sugestions from tb@ who also gave his OK