aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-24 05:14:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-24 05:14:27 +0000
commita1b8b581805fdf736e53439298bc294c759ae6c3 (patch)
tree0948d4f00cbc705568217301c1cf3d965f0e8f25 /games
parent5842a4acb8e6c87aa42e81b58669ce0bcc853dd9 (diff)
downloadsrc-a1b8b581805fdf736e53439298bc294c759ae6c3.tar.gz
src-a1b8b581805fdf736e53439298bc294c759ae6c3.zip
Use srandomdev()
Notes
Notes: svn path=/head/; revision=29770
Diffstat (limited to 'games')
-rw-r--r--games/fish/fish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fish/fish.c b/games/fish/fish.c
index 3adf8fb77389..8ca6a3297a40 100644
--- a/games/fish/fish.c
+++ b/games/fish/fish.c
@@ -87,7 +87,7 @@ main(argc, argv)
exit(1);
}
- srandom(time((time_t *)NULL));
+ srandomdev();
instructions();
init();