]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 24 Aug 2000 11:39:14 +0000 (11:39 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 24 Aug 2000 11:39:14 +0000 (11:39 +0000)
old/fileutils/ChangeLog

index f4e89647d06ecf56dd0e1b094b17b6060f983517..98e6813b3a0cf776e0a936a62e7a9695923f2177 100644 (file)
@@ -1,5 +1,12 @@
 2000-08-24  Jim Meyering  <meyering@lucent.com>
 
+       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.