Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/02/2006 08:04:05
Module Name: src
Committed By: dsl
Date: Sun Apr 2 08:04:05 UTC 2006
Modified Files:
src/sys/kern: kern_sysctl.c
Log Message:
Predicate all the tests against existing children with a single 'if (node)'.
Simplify the test that ensures a CTLFLAG_ANYNUMBER child is an only child.
Will stop the coverty CID 1082 report.
To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 src/sys/kern/kern_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.