Date: Wed, 5 Feb 2003 07:56:05 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random harvest.c Message-ID: <200302051556.h15Fu5Ip096982@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2003/02/05 07:56:05 PST Modified files: sys/dev/random harvest.c Log: Remove srandom(): 1) It is already called in init_main.c:proc0_post() 2) It is called each time read_random_phony() called, because "initialized" variable is never set to 1. Approved by: markm Revision Changes Path 1.19 +1 -6 src/sys/dev/random/harvest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302051556.h15Fu5Ip096982>