K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-12-17T12:26:10.756295Z K 7 svn:log V 296 MFC r239150: 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