diff options
author | 1997-11-18 21:35:10 +0000 | |
---|---|---|
committer | 1997-11-18 21:35:10 +0000 | |
commit | aae7af4b51f5ba9662309484f10cff6f44ff718a (patch) | |
tree | c1a324af1112179e7103ff80547b048f7a074782 | |
parent | strong random (diff) | |
download | wireguard-openbsd-aae7af4b51f5ba9662309484f10cff6f44ff718a.tar.xz wireguard-openbsd-aae7af4b51f5ba9662309484f10cff6f44ff718a.zip |
cleanup
-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) || |