Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/25/2004 05:47:54
Module Name:	src
Committed By:	atatat
Date:		Sun Apr 25 05:47:54 UTC 2004

Modified Files:
	src/lib/libc/gen: sysctl.c
	src/sys/kern: kern_sysctl.c
	src/sys/sys: sysctl.h

Log Message:
Remove dynamic sysctl node version 0 from the tree.  It seemed okay at
first, but quickly showed its shortcomings.  The version 1 node we're
now using should be good for a while.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/lib/libc/gen/sysctl.c
cvs rdiff -r1.171 -r1.172 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.123 -r1.124 src/sys/sys/sysctl.h

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