Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 01/17/2004 04:01:14
Module Name:	src
Committed By:	atatat
Date:		Sat Jan 17 04:01:14 UTC 2004

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

Log Message:
In sysctl_locate(), use "rnode" like everywhere else, don't call it
"rv".

In sysctl_destroyv(), deal with deleting alias nodes, and pass a token
size_t to sysctl_destroy().

In sysctl_free(), check that "node" has not reached "rnode", not that
"pnode" has.

In sysctl_realloc(), don't bother setting sysctl_clen...the value is
unchanged.


To generate a diff of this commit:
cvs rdiff -r1.157 -r1.158 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.