Subject: CVS commit: basesrc/bin/dd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/26/2001 02:13:24
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Nov 26 00:13:24 UTC 2001

Modified Files:
	basesrc/bin/dd: conv.c dd.c dd.h extern.h strsuftoull.c strsuftoull.h

Log Message:
Replace {u_,}longlong_t usage with {u,}int64_t, as the former has
"issues" and really shouldn't be used outside of the Sun XDR stuff.
Thanks again to Chuck Silvers for reminding me.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/bin/dd/conv.c
cvs rdiff -r1.23 -r1.24 basesrc/bin/dd/dd.c
cvs rdiff -r1.8 -r1.9 basesrc/bin/dd/dd.h
cvs rdiff -r1.12 -r1.13 basesrc/bin/dd/extern.h
cvs rdiff -r1.1 -r1.2 basesrc/bin/dd/strsuftoull.c \
    basesrc/bin/dd/strsuftoull.h

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