diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-11-18 21:35:11 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-11-18 21:35:11 +0000 |
commit | acd83d48dd90b191418b478412a9a8341dc2feaa (patch) | |
tree | 486d9d9c59741ecda9d64b1d7c8594b7e2a4d62e /games | |
parent | fdd5fb3f2840877c3865d3b96ff6826e1beb8cf7 (diff) |
cleanup
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/fortune/fortune.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index bf8b6538deb..6614d4862e1 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -200,9 +200,6 @@ char *av[]; #endif init_prob(); -#if 0 - srandom((int)(time((time_t *) NULL) + getpid())); -#endif do { get_fort(); } while ((Short_only && fortlen() > SLEN) || |