Date: Fri, 21 Feb 2003 06:48:28 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Kirk McKusick <mckusick@beastie.mckusick.com> Cc: Juli Mallett <jmallett@FreeBSD.ORG>, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Nate Lawson <nate@root.org>, David Schultz <dschultz@uclink.Berkeley.EDU>, Poul-Henning Kamp <phk@critter.freebsd.dk> Subject: Re: cvs commit: src/sbin/newfs mkfs.c src/sys/ufs/ffs ffs_alloc.c ... Message-ID: <20030221034828.GA10787@nagual.pp.ru> In-Reply-To: <200302210328.h1L3S9FL058578@beastie.mckusick.com> References: <200302210328.h1L3S9FL058578@beastie.mckusick.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 20, 2003 at 19:28:09 -0800, Kirk McKusick wrote: > ! } else { > time(&utime); > ! arc4random_stir(); > } There is no need to call arc4random_stir() by hand, it is called automatically in arc4random() when needed, see arc4random(3) -- Andrey A. Chernov http://ache.pp.ru/ 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?20030221034828.GA10787>