From owner-cvs-all Tue Jul 11 11:35:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0142037B80B; Tue, 11 Jul 2000 11:35:34 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA65247; Tue, 11 Jul 2000 11:35:34 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007111835.LAA65247@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Jul 2000 11:35:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/11 11:35:33 PDT Modified files: sys/dev/randomdev yarrow.c Log: I think I need to move the newly static variables to the random_state structure; remind myself in the cooments. Also regroup all the Yarrow variables at the top of the variable list; they are "special". (no functional change). Revision Changes Path 1.9 +6 -7 src/sys/dev/randomdev/yarrow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message