CVS commit: src/games/canfield/canfield

2014-03-22 Thread David A. Holland
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

CVS commit: src/games/canfield/canfield

2014-03-22 Thread David A. Holland
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

CVS commit: src/games/canfield/canfield

2011-05-23 Thread Joerg Sonnenberger
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