Module Name: src Committed By: dsl Date: Sun Jul 29 14:44:14 UTC 2012
Modified Files: src/lib/libc/gen: arc4random.c Log Message: Make this compile with the compiler I'm using. Move variable defs to top of function. Don't use const static mib[] - run time initialisation won't matter, and not using static data may actually help in a .so. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.