From: Roy Marples Date: Sat, 4 Feb 2012 14:25:11 +0000 (+0000) Subject: Fix configure test for arc4random on FreeBSD 7 X-Git-Tag: v5.5.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e82ec4449b3d213b9c3838ff6f285b92d8d03fd;p=thirdparty%2Fdhcpcd.git Fix configure test for arc4random on FreeBSD 7 --- diff --git a/configure b/configure index 08d4385e..afa679b8 100755 --- a/configure +++ b/configure @@ -282,7 +282,7 @@ if [ -z "$ARC4RANDOM" ]; then cat <_arc4random.c #include int main(void) { - uint32_t r = arc4random(); + arc4random(); return 0; } EOF