Subject: CVS commit: src/usr.sbin/config
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/19/2003 18:06:13
Module Name:	src
Committed By:	christos
Date:		Wed Nov 19 18:06:13 UTC 2003

Modified Files:
	src/usr.sbin/config: defs.h gram.y scan.l

Log Message:
PR/23490: Jason Thorpe: 64-bit config(8) breaks negative RTC_OFFSET
Fixed by preserving the format of the input number and using it to format
the output number. This avoids the -10 < n < 10 kludge.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.sbin/config/defs.h
cvs rdiff -r1.45 -r1.46 src/usr.sbin/config/gram.y
cvs rdiff -r1.41 -r1.42 src/usr.sbin/config/scan.l

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