Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/27/2003 20:34:19
Module Name:	src
Committed By:	jdolecek
Date:		Thu Mar 27 18:34:19 UTC 2003

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

Log Message:
put back nmaxproc check mistakely changed in rev.1.132

checking against nprocs is wrong in any case btw - we do allow
maxproc higher than number of current processes, it would just mean
no new process could be started until number of processes would
be lower than the new limit


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