aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-fts.c
Commit message (Collapse)AuthorAgeFilesLines
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-181-1/+18
| | | | | which differs from what most other systems use. While here, improve diagnostic output of ./configure tests.
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-5/+5
|
* typoIngo Schwarze2014-08-111-1/+1
|
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-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.