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

index 56e25e060fdbfaa286e8f41cc6d25e15a4a51dc4..60d97e8b9323c5862c67bda8f16c880e7a81b972 100644 (file)
@@ -1,5 +1,14 @@
+2000-08-22  Jim Meyering  <meyering@lucent.com>
+
+       Don't even try to use lseek on character devices.
+       * src/dd.c (buggy_lseek_support): New function.
+       (skip): Use it.
+       Reported by Martin Gallant via Michael Stone.
+
 2000-08-21  Jim Meyering  <meyering@lucent.com>
 
+       * tests/cp/same-file: Clean up traps.  Create files in a subdir.
+
        * install-sh (oIFS): Remove unmatched double quote, left over from
        my 2000-08-12 change.  From J. David Anglin.