From: Paul Eggert Date: Fri, 30 Sep 2005 05:07:49 +0000 (+0000) Subject: * src/dd.c (main): Don't assume size_t has the same width as unsigned long. X-Git-Tag: v5.91~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f86d456d9b6828e5b2154637d13e3bc8793346;p=thirdparty%2Fcoreutils.git * src/dd.c (main): Don't assume size_t has the same width as unsigned long. --- diff --git a/ChangeLog b/ChangeLog index 8d04388be1..c77d365c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-09-29 Paul Eggert + * src/dd.c (main): Don't assume size_t has the same width + as unsigned long. Problem reported by Eric Blake. + * NEWS: Clarify "tail - f" example. 2005-09-29 Jim Meyering