]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 21:29:16 +0000 (21:29 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 21:29:16 +0000 (21:29 +0000)
lib/ChangeLog

index a7cad71100442186e5453115b062ebf1f80432c5..91673acf25b7614915cce1abf5a130cd37189c48 100644 (file)
@@ -1,5 +1,14 @@
 2003-03-04  Jim Meyering  <jim@meyering.net>
 
+       * makepath.c (CLEANUP_CWD): Call error here, now that restore_cwd
+       no longer does it.
+
+       * save-cwd.h (restore_cwd): Update prototype.
+       * save-cwd.c (restore_cwd): Remove two parameters.
+       Simplify.  Don't call error upon failure.  Let callers do that.
+       (save_cwd): Mention that Irix 5.3 has the same problem as SunOS4
+       when auditing is enabled.  But don't bother updating the #if.
+
        * xgetcwd.c (xgetcwd): Improve comment.
 
        * getcwd.c: New file.