Date: Sun, 10 Aug 2008 11:31:56 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/random random.c randomize_fd.c randomize_fd.h Message-ID: <200808101132.m7ABW0V3083545@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808101132.m7ABW0V3083545>
