From: Jim Meyering Date: Tue, 4 Mar 2003 21:29:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.9~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=541c6da4bad3f9c4247ced2874c3cc10ac0a2860;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a7cad71100..91673acf25 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,14 @@ 2003-03-04 Jim Meyering + * 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.