From owner-cvs-all Mon Feb 18 11:49:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1C7637B400; Mon, 18 Feb 2002 11:49:30 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1IJnUT30293; Mon, 18 Feb 2002 11:49:30 -0800 (PST) (envelope-from dillon) Message-Id: <200202181949.g1IJnUT30293@freefall.freebsd.org> From: Matt Dillon Date: Mon, 18 Feb 2002 11:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_random.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/02/18 11:49:30 PST Modified files: sys/kern kern_random.c Log: Load the current timecounter into tc. The timecounter global can change at any time and we do not want to call one timercounter's function with another timecounter's structural pointer. MFC after: 3 days Revision Changes Path 1.40 +3 -2 src/sys/kern/kern_random.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message