diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-11 22:11:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-11 22:11:49 +0000 |
commit | 4eafb9d1631ef2371c26661e54f5cf2ca02a1bd2 (patch) | |
tree | 5c220f68f8d5921fcdc5110fee4c712270707b80 /lib/ChangeLog | |
parent | 50114df43080192d87900e0c879488e9276a12f6 (diff) | |
download | coreutils-4eafb9d1631ef2371c26661e54f5cf2ca02a1bd2.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index bf0c8f995..bb856afb5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,8 @@ 2006-01-11 Jim Meyering <jim@meyering.net> * fts.c (fts_stat): When following a symlink-to-directory, - don't interpret all stat-fails+lstat-succeeds as indicating a - dangling symlink. That can also happen at least for ELOOP. + don't necessarily interpret stat-fails+lstat-succeeds as indicating + a dangling symlink. That can also happen at least for ELOOP. The fix: return FTS_SLNONE only when the stat errno is ENOENT. FYI, this bug predates the inclusion of fts.c in coreutils. |