diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-26 18:53:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-26 18:53:46 +0000 |
commit | 078800a00bb003fd077283366f90a8b9ffd8e22e (patch) | |
tree | b601442caa1cba51ec9e5be70d3b57aaa02362a9 /lib | |
parent | 7cffc5f20eaa577093997c999268c8b6cef751b5 (diff) | |
download | coreutils-078800a00bb003fd077283366f90a8b9ffd8e22e.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5770a0cc1..ff51f7ebe 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-12-26 Jim Meyering <jim@meyering.net> + + * chdir-safer.c (chdir_no_follow): Move declaration of local, + sb2, `down' into the scope where it is used. + Note that on some systems this function also fails when DIR + is a writable-yet-unreadable directory. + 2005-12-25 Paul Eggert <eggert@cs.ucla.edu> * chdir-safer.h (FCHMOD_SAFER_H): Remove: it was misnamed, and |