K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-08-09T15:04:06.318723Z K 7 svn:log V 283 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 END