Jilles Tjoelker
9d8ca3b2ad
nftw(): POSIX says directories causing loops should be silently skipped.
...
Formerly, loops caused nftw() to abort the traversal with ELOOP.
2012-08-09 22:05:40 +00:00
Xin LI
81b0715a13
Refresh with OpenBSD RCS ID changes to reflect that we now have essentionally
...
the same file.
2012-08-09 19:22:54 +00:00
Jilles Tjoelker
4d767dfea4
nftw(): Do not check the maxfds argument against OPEN_MAX.
...
Apart from the fact that nothing should have OPEN_MAX as a limit (as opposed
to RLIMIT_NOFILE from getrlimit() or _SC_OPEN_MAX from sysconf()), POSIX
does not require us to check this.
PR: 95239
Submitted by: Todd Miller
2012-08-09 15:04:06 +00:00
Tim J. Robbins
e1bcce4f46
Replace the current implementations of ftw() and nftw() with the OpenBSD
...
implementations written by Todd C. Miller. These are cleaner, less buggy
and actively maintained.
2004-08-24 13:00:55 +00:00