From: Jim Meyering Date: Fri, 16 Sep 2005 09:36:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dd6db69afe030eabdbd7dc2888f30b0c22bfbff;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4b35b36af5..e1a85dd83b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-09-16 Paul Eggert +2005-09-16 Jim Meyering * Version 5.3.1-cvs. + * src/dd.c (main): When failing to truncate, mention both the seek + block count and the block size, in case the block size is very large. + Now `make distcheck' should pass, once again. + +2005-09-16 Paul Eggert + * src/copy.c: Include stat-time.h. (copy_internal): Use its functions instead of the obsolete TIMESPEC_NS macro.