Date: Tue, 22 Jul 2008 17:10:18 +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/lib/libc/gen arc4random.c Message-ID: <200807221710.m6MHAkVB003188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2008-07-22 17:10:18 UTC FreeBSD src repository Modified files: lib/libc/gen arc4random.c Log: SVN rev 180713 on 2008-07-22 17:10:18Z by ache Fixes based on bde's feedback. 1) Unindent and sort variables. 2) Indent struct members. 3) Remove _packed, use guaranteed >128 bytes size and only first 128 bytes from the structure. 4) Reword comment. Obtained from: bde Revision Changes Path 1.22 +9 -9 src/lib/libc/gen/arc4random.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807221710.m6MHAkVB003188>