Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We always use FTS_NOCHDIR, so delete the directory changing code. | Ingo Schwarze | 2015-03-18 | 1 | -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 Schwarze | 2014-08-11 | 1 | -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. |