]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Import chown fixes from gnulib.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 May 2005 22:48:40 +0000 (22:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 May 2005 22:48:40 +0000 (22:48 +0000)
lib/ChangeLog
m4/ChangeLog

index 4971a47f095fc5c7db9814644720c1f310e4a23b..4045d1708f4d144d094d5b7337647106cdf70e30 100644 (file)
        (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.
index 312edebb57bfe093ae793f1bcc16b3d582383022..a9ceb6912b54f1834933dd4b0efd84d0adaf5225 100644 (file)
@@ -3,6 +3,11 @@
        * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
        (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
 
+2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
+
+       * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
+       of -1.
+
 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):