diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-02 20:05:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-02 20:05:56 +0000 |
commit | 800c8d78824736e15cca35226f423333dcedcd50 (patch) | |
tree | 8598accb354f148a8790af3724fb0c85e5a81414 /old | |
parent | 7afc9d18292231719e569fbc89582e3d53d2293a (diff) | |
download | coreutils-800c8d78824736e15cca35226f423333dcedcd50.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 099b86360..743421837 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,11 @@ * Version 4.1.3. + * src/touch.c (touch): Extend the change of 2001-09-15 to work on + systems for which errno is set to EPERM in that case. Thus, e.g., + `touch /' by non-root gives a better diagnostic on systems like SunOS4. + Reported by Volker Borchert. + Don't emulate dd's skip=N for *all* character devices; lseek works just fine on non-tape character devices like /dev/mem and /dev/kmem. * src/dd.c (buggy_lseek_support) [__linux__]: Emulate `skip=N' |