Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Daniel Carosone <dan@netbsd.org>
List: source-changes
Date: 10/08/2002 15:12:57
Module Name:	syssrc
Committed By:	dan
Date:		Tue Oct  8 12:12:57 UTC 2002

Modified Files:
	syssrc/sys/dev: rnd.c rndpool.c

Log Message:
Comment initialisation conditions for rnd better, and don't uselessly
call rnd_init - instead assert that it has already been called
earlier.

change assert() -> KASSERT()


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/rnd.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/rndpool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.