diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-02 20:18:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-02 20:18:43 +0000 |
commit | 01f0361e79febac5df5ff9392b2c24688268adfd (patch) | |
tree | 53d26f2aba57a7d5d8ee21f06e907677619061aa /old/fileutils | |
parent | 33c85ae85035f790f67acd07c248f3fb8f949fe2 (diff) | |
download | coreutils-01f0361e79febac5df5ff9392b2c24688268adfd.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2c75d939b..3e0c2a26a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,8 @@ * Version 4.1.3. + * POTFILES.in: Add src/sys2.h. + * 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. |