Subject: PR/17441 CVS commit: src/sbin/sysctl
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 02/05/2006 22:45:01
The following reply was made to PR misc/17441; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/17441 CVS commit: src/sbin/sysctl
Date: Sun,  5 Feb 2006 22:42:55 +0000 (UTC)

 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.