summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-24 11:39:14 +0000
committerJim Meyering <jim@meyering.net>2000-08-24 11:39:14 +0000
commit2115d8b251196a7fec09b6494e739e472b60e961 (patch)
tree990a12101ac08e65a8f88241002a127b5a286433 /old/fileutils/ChangeLog
parent44256afd615252c234fbd53339d2a8fc252876cf (diff)
downloadcoreutils-2115d8b251196a7fec09b6494e739e472b60e961.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f4e89647d..98e6813b3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.