K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-08-20T20:12:05.020818Z K 7 svn:log V 269 MFC r262872: fts: Don't abort if an empty pathname is given. Make fts_open(3) treat an empty pathname like any other pathname that cannot be lstatted because of [ENOENT]. It is rather confusing if rm -rf file1 "" file2 does not remove file1 and file2. PR: 187264 END