Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compat glue for the FreeBSD comparison function prototype for fts_open(3) | Ingo Schwarze | 2016-10-18 | 1 | -1/+18 |
| | | | | | which differs from what most other systems use. While here, improve diagnostic output of ./configure tests. | ||||
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -5/+5 |
| | |||||
* | typo | Ingo Schwarze | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Provide a fallback version of fts(3) for systems lacking it. | Ingo Schwarze | 2014-08-11 | 1 | -0/+42 |
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. |