K 10 svn:author V 3 mjg K 8 svn:date V 27 2014-07-06T22:54:17.370077Z K 7 svn:log V 277 MFC r267710: fd: replace fd_nfiles with fd_lastfile where appropriate fd_lastfile is guaranteed to be the biggest open fd, so when the intent is to iterate over active fds or lookup one, there is no point in looking beyond that limit. Few places are left unpatched for now. END