cvs commit: src/lib/libc/gen arc4random.c

Andrey A. Chernov ache at FreeBSD.org
Tue Jul 22 17:10:47 UTC 2008


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


More information about the cvs-all mailing list