]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 07:35:22 +0000 (07:35 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 07:35:22 +0000 (07:35 +0000)
old/fileutils/ChangeLog

index 60d97e8b9323c5862c67bda8f16c880e7a81b972..c6c2f84df29fcdbe6e8aefea8674914644d3081b 100644 (file)
@@ -1,3 +1,16 @@
+2000-08-22  Paul Eggert  <eggert@twinsun.com>
+
+       * src/dd.c (skip):
+       Assume lseek failed if it returned zero, since a zero return is
+       impossible and some buggy drivers return zero.
+
+       Use SEEK_CUR rather than SEEK_SET; this fixes a bug when the
+       file descriptor is not currently rewound.
+
+2000-08-23  Jim Meyering  <meyering@lucent.com>
+
+       * src/dd.c: Back out my last change.  Paul's (above) is better.
+
 2000-08-22  Jim Meyering  <meyering@lucent.com>
 
        Don't even try to use lseek on character devices.