Subject: CVS commit: basesrc/usr.bin/hexdump
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/07/2001 15:37:40
Module Name:	basesrc
Committed By:	bjh21
Date:		Fri Dec  7 13:37:39 UTC 2001

Modified Files:
	basesrc/usr.bin/hexdump: display.c parse.c

Log Message:
Enable support for printing 8-byte integers.  For some reason, most of the
code for this was present, but disabled.
This is required for POSIX compliance on platforms with 8-byte longs.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/hexdump/display.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/hexdump/parse.c

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