summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-11-18 21:35:10 +0000
committerkstailey <kstailey@openbsd.org>1997-11-18 21:35:10 +0000
commitaae7af4b51f5ba9662309484f10cff6f44ff718a (patch)
treec1a324af1112179e7103ff80547b048f7a074782
parentstrong random (diff)
downloadwireguard-openbsd-aae7af4b51f5ba9662309484f10cff6f44ff718a.tar.xz
wireguard-openbsd-aae7af4b51f5ba9662309484f10cff6f44ff718a.zip
cleanup
-rw-r--r--games/fortune/fortune/fortune.c3
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) ||