History log of /haiku-fatelf/src/system/libroot/posix/nftw.c
Revision Date Author Comments
# 4b5a13ab 05-Jan-2013 Landon Fuller <landonf@bikemonkey.org>

Add Haiku support.

This replaces the use of a few BSD-specific functions, as well
as the direct references to _open/_close et-al.

BFS doesn't support the FTS_NOSTAT directory link count optimization,
and no statfs() function is available, so we simply turn that off.


# 7de6d45c 05-Jan-2013 Landon Fuller <landonf@bikemonkey.org>

Drop in unmodified fts/ftw implementations from FreeBSD HEAD (r245067).