K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-01-11T21:12:27.011478Z K 7 svn:log V 293 find: Allow -type d without statting everything. fts(3) detects directories even in FTS_NOSTAT mode (so it can descend into them). No functional change is intended, but find commands that use -type d but no primaries that still require stat/lstat calls make considerably fewer system calls. END