cvs commit: src/games/random random.c randomize_fd.c randomize_fd.h
Andrey A. Chernov
ache at FreeBSD.org
Sun Aug 10 11:32:01 UTC 2008
ache 2008-08-10 11:31:56 UTC
FreeBSD src repository
Modified files:
games/random random.c randomize_fd.c randomize_fd.h
Log:
SVN rev 181527 on 2008-08-10 11:31:56Z by ache
All cosmetic.
1) Rename RANDOM_MAX to RANDOM_MAX_PLUS1 to not confuse with random()'s max
2) Use calloc() instead of zeroing fields explicitly
3) "too many lines" -> "too many delimiters" for err()
Revision Changes Path
1.23 +3 -3 src/games/random/random.c
1.6 +5 -8 src/games/random/randomize_fd.c
1.4 +1 -1 src/games/random/randomize_fd.h
More information about the cvs-src
mailing list