mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Use srandomdev()
This commit is contained in:
parent
5842a4acb8
commit
a1b8b58180
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29770
@ -87,7 +87,7 @@ main(argc, argv)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
srandom(time((time_t *)NULL));
|
||||
srandomdev();
|
||||
instructions();
|
||||
init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user