# HG changeset patch # User Jim Meyering # Date 1159982482 0 # Node ID 82dc76cfd52109d8f5b5420bdf9fbac03597697b # Parent 69dc40fea0ee7b415d9a989e4067613c0cae40ca * fts.c (fts_open): Tiny comment change. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Jim Meyering + + * fts.c (fts_open): Tiny comment change. + 2006-10-03 Bruno Haible * gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed diff --git a/lib/fts.c b/lib/fts.c --- a/lib/fts.c +++ b/lib/fts.c @@ -303,7 +303,7 @@ openat via /proc, this technique can still fail, but only in extreme conditions, e.g., when the working directory cannot be saved (i.e. save_cwd fails) -- - and that happens only on Linux only when "." is unreadable + and that happens on Linux only when "." is unreadable and the CWD would be longer than PATH_MAX. FIXME: once Linux kernel openat support is well established, replace the above open call and this entire if/else block