]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Split arc4random_uniform into it's own compat function and add
authorRoy Marples <roy@marples.name>
Sun, 7 Sep 2014 17:24:07 +0000 (17:24 +0000)
committerRoy Marples <roy@marples.name>
Sun, 7 Sep 2014 17:24:07 +0000 (17:24 +0000)
commit01890c79df552fe5ed717fb97d9dd5bfb622980d
tree87e34612a2035f828f6cfd7d96756356044ffb98
parentb9ab902d8a65a29caa8ea4d8885c33c10e923333
Split arc4random_uniform into it's own compat function and add
it's proper copyright.
Add a new test for it to configure so that we can use the
uclibc arc4random function and our compat arc4random_uniform function.
compat/arc4random.c
compat/arc4random.h
compat/arc4random_uniform.c [new file with mode: 0644]
compat/arc4random_uniform.h [new file with mode: 0644]
configure