Also do not use drand48(), it is not available on Windows.
[tinc] / src / net.c
index 3cf1773..c893f1e 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -366,7 +366,6 @@ int main_loop(void)
        last_graph_dump = now;
        
        srand(now);
-       srand48(now);
 
        running = true;