summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-19 21:26:41 +0000
committerRoy Marples <roy@marples.name>2008-06-19 21:26:41 +0000
commitb480fb715ec0dc041f8adb1384a0189594ddfa86 (patch)
tree068feb904ffac0af271f6efcfae08a8e3bfad6f2 /common.c
parent0ecbf7fe59300ab41ec717b9da13215ec13eb947 (diff)
downloaddhcpcd-b480fb715ec0dc041f8adb1384a0189594ddfa86.tar.xz
whitespace
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
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);
}