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 4971a47..4045d17 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 312edeb..a9ceb69 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]):