From: Roy Marples Date: Thu, 19 Jun 2008 21:26:41 +0000 (+0000) Subject: whitespace X-Git-Tag: v4.0.2~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b480fb715ec0dc041f8adb1384a0189594ddfa86;p=thirdparty%2Fdhcpcd.git whitespace --- diff --git a/common.c b/common.c index 5754d40f..8bc2b781 100644 --- a/common.c +++ b/common.c @@ -86,7 +86,6 @@ uint32_t arc4random(void) seed = time(0); if (fd >= 0) close(fd); - srandom(seed); }