diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-15 10:39:32 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-15 10:39:32 +0100 |
commit | 1e23a1785a26137d0e35fc9901e0840f6fbc57f9 (patch) | |
tree | 8faace30b660d11adec1a6cee4f8dcdc7a324b9c /ChangeLog | |
parent | 54050ea91d685ed82dc46281567da99a6f58a046 (diff) | |
download | coreutils-1e23a1785a26137d0e35fc9901e0840f6fbc57f9.tar.xz |
* src/remove.c (remove_dir): Don't use errno in diagnostic.
Root-only test failure reported by Alex van Hout and Jon Grosshart in
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/9415/focus=9415>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-01-15 Jim Meyering <jim@meyering.net> + * src/remove.c (remove_dir): Don't use errno in diagnostic. + Root-only test failure reported by Alex van Hout and Jon Grosshart in + <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/9415/focus=9415>. + * bootstrap.conf (avoided_gnulib_modules): Fix my typo: s/--avoid=canonicalize-lgpl/--avoid=canonicalize-gpl/ |