K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-04-05T20:26:17.142191Z K 7 svn:log V 273 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: bin/187264 END