[bugs #11879] all mount-points lstat()-ed, but shouldn't be

2005-02-12 Thread Dmitry V. Levin
Follow-up Comment #3, bugs #11879 (project findutils): 1. this hunk looks odd: + time(NULL); + opendir("."); + time(NULL); + 2. safely_chdir_nofollow() will switch to safely_chdir_lstat() if open() fails due to some race. 3. I'd prefer to avoid runtime fallback to safely_chdir_lstat() on pl

[patch #3731] Ported gnulib to support read_file_system_list() for Interix

2005-02-12 Thread James Youngman
Update of patch #3731 (project findutils): Status:None => Postponed ___ Follow-up Comment #1: Thanks for your contribution. Firstly, please provide this as a unified-format diff. The r

[bugs #11879] all mount-points lstat()-ed, but shouldn't be

2005-02-12 Thread James Youngman
Update of bugs #11879 (project findutils): Status:None => Fixed ___ Follow-up Comment #2: I have just checked the attached patch into CVS. This resolves the problem by using open(..