Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/28/2003 22:24:12
Module Name:	src
Committed By:	atatat
Date:		Sun Dec 28 22:24:12 UTC 2003

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

Log Message:
Adjust error returns in kern.cp_time when a specific processor is
being requested so that (1) the uniprocessor case and the
multiprocessor case are more similar and (2) so that we return ENOENT
when a non-existent processor is requested (which is both more
sensible and follows the general order of things anyway).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/kern/init_sysctl.c

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