K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-04-06T20:04:33.264461Z K 7 svn:log V 213 find: Treat errno from fts_read() more carefully. fts_read() leaves errno unchanged on EOF and sets it on error, so set errno to 0 before calling it. Also, don't trust finish_execplus() to leave errno unchanged. END