Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/24/2004 16:34:35
Module Name: src
Committed By: atatat
Date: Wed Mar 24 16:34:35 UTC 2004
Modified Files:
src/lib/libc/gen: sysctl.c
src/sbin/sysctl: sysctlutil.c
src/sys/kern: kern_sysctl.c
Log Message:
The new sysctl query interface returns the same information as the old
one, but you must pass in an empty node that indicates the version
you're using.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libc/gen/sysctl.c
cvs rdiff -r1.5 -r1.6 src/sbin/sysctl/sysctlutil.c
cvs rdiff -r1.161 -r1.162 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.