aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/yow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/yow.c b/lib-src/yow.c
index e141b9141e2..a45623eeb41 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -81,7 +81,7 @@ main (argc, argv)
81 } 81 }
82 82
83 /* initialize random seed */ 83 /* initialize random seed */
84 srand((int) (getpid() + time((long *) 0))); 84 srand((int) (getpid() + time((time_t *) 0)));
85 85
86 setup_yow(fp); 86 setup_yow(fp);
87 yow(fp); 87 yow(fp);