diff options
| author | Roy Marples <roy@marples.name> | 2012-02-04 14:25:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2012-02-04 14:25:11 +0000 |
| commit | 7e82ec4449b3d213b9c3838ff6f285b92d8d03fd (patch) | |
| tree | fba0788ec95ffd8ffc4eb3098ef53bd2cf7b6674 /configure | |
| parent | 8aa2252b741a619f05cb85da921b13162392a707 (diff) | |
| download | dhcpcd-7e82ec4449b3d213b9c3838ff6f285b92d8d03fd.tar.xz | |
Fix configure test for arc4random on FreeBSD 7
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ if [ -z "$ARC4RANDOM" ]; then cat <<EOF >_arc4random.c #include <stdlib.h> int main(void) { - uint32_t r = arc4random(); + arc4random(); return 0; } EOF |
