Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/08/2008 06:27:46
Module Name:	src
Committed By:	dyoung
Date:		Tue Jan  8 06:27:46 UTC 2008

Modified Files:
	src/sys/kern: subr_autoconf.c

Log Message:
In device_foreach_child(), use a safe idiom for walking a list
whose elements we might be deleting.  This stops us from crashing
in config_detach_children().


To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 src/sys/kern/subr_autoconf.c

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