From: Jim Meyering Date: Wed, 4 Oct 2006 17:21:22 +0000 (+0000) Subject: * fts.c (fts_open): Tiny comment change. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7cc0db9f5f6c63936c6914d4bb6448789774e5f;p=pspp * fts.c (fts_open): Tiny comment change. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 7acd8526d8..6f39cdb6b2 100644 --- 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 index 8044cd5f86..879da65221 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -303,7 +303,7 @@ fts_open (char * const *argv, 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