Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/22/2004 03:56:31
Module Name:	src
Committed By:	atatat
Date:		Thu Apr 22 03:56:31 UTC 2004

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

Log Message:
Some lint cleaning, strip leading (and sometimes trailing) whitespace
from values to be assigned when processing a file.  Clean up error
reporting (print the name of the file and the line number), and tidy
some numeric conversions.  Continue after most "errors" when
processing a -f argument.

Addresses PR bin/25115.


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

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