summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.