aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_fts.h
Commit message (Collapse)AuthorAgeFilesLines
* We always use FTS_NOCHDIR, so delete the directory changing code.Ingo Schwarze2015-03-181-5/+1
| | | | | | This not only simplifies matters, but also helps operating systems lacking dirfd(3), for example Solaris 10. Solaris dirfd issue reported by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-0/+106
I chose the OpenBSD version because it apparently contains various bugfixes that never made it into libnbcompat. To reduce size and complexity, i stripped out the features we don't need.