summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-20 22:48:40 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-20 22:48:40 +0000
commitc84d7e1cb026ebb61cc26d183b10cb1e3d2016b4 (patch)
treeb0bb451eed11fcfda1870241514c66293c2254f4 /lib
parentbe7a96a2739ad85d00107237d1857b0a319824e4 (diff)
downloadcoreutils-c84d7e1cb026ebb61cc26d183b10cb1e3d2016b4.tar.xz
Import chown fixes from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4971a47f0..4045d1708 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -29,6 +29,10 @@
(enter_dir, leave_dir): Accommodate change to FTS by inspecting
fts->fts_options to see which union member to use.
+2005-05-20 Eric Blake <ebb9@byu.net> (tiny change)
+
+ * chown.c (rpl_chown): Return -1 on failure.
+
2005-05-20 Jim Meyering <jim@meyering.net>
* fts.c (fts_open): Remove useless but otherwise harmless malloc call.