1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-05-11 18:25:32 +00:00
parent 3f84f91c7c
commit ea85958d52
+3 -3
View File
@@ -1,10 +1,10 @@
2004-05-11 Jim Meyering <jim@meyering.net>
Prior to this change, rm required read access to the
current directory on systems with the fchdir function.
Prior to this change, rm required read access to the current
directory on most systems (ones with the fchdir function).
* save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just
because opening `.' failed. Resort to using xgetcwd.
because opening `.' fails. Resort to using xgetcwd.
2004-05-07 Jim Meyering <jim@meyering.net>