From: Jim Meyering Date: Thu, 24 Aug 2000 11:39:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2115d8b251196a7fec09b6494e739e472b60e961;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f4e89647d0..98e6813b3a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,12 @@ 2000-08-24 Jim Meyering + Put back the kluge. It's necessary after all. + * src/dd.c (buggy_lseek_support): New function. + (skip): Use it. + Frank Adler reported that although _llseek returns 0, lseek + erroneously returns an offset suggesting the operation succeeded + even though it fails. + * install-sh: Double quote as needed, to protect against arguments containing spaces or shell metacharacters. Reported by Bruno Haible.