Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/05/2006 22:42:55
Module Name:	src
Committed By:	christos
Date:		Sun Feb  5 22:42:55 UTC 2006

Modified Files:
	src/sbin/sysctl: sysctl.c

Log Message:
PR/17441: John F. Woods: integer sysctl does not accept numbers > 0x7fffffff
Use unsigned int in the range comparison, and use strerror() instead of
home brewed error strings.


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sbin/sysctl/sysctl.c

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