Module Name:src
Committed By: dholland
Date: Sat Mar 22 23:47:03 UTC 2014
Modified Files:
src/games/canfield/canfield: canfield.c
Log Message:
Use ssize_t for read() results. Don't use int for lseek() results.
Call srandom() with time(), not getpid().
To generate a diff
Module Name:src
Committed By: dholland
Date: Sat Mar 22 23:42:48 UTC 2014
Modified Files:
src/games/canfield/canfield: canfield.c
Log Message:
Use uid_t to hold getuid() results, and don't check getuid for failure
as it isn't allowed to fail.
To generate a diff of this c
Module Name:src
Committed By: joerg
Date: Mon May 23 22:46:35 UTC 2011
Modified Files:
src/games/canfield/canfield: canfield.c
Log Message:
Don't use strings from arrays as format string.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/canfield/ca