summaryrefslogtreecommitdiff
path: root/src/ftw/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftw/nftw.c')
-rw-r--r--src/ftw/nftw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ftw/nftw.c b/src/ftw/nftw.c
index 7dd80dd6..463d9fe5 100644
--- a/src/ftw/nftw.c
+++ b/src/ftw/nftw.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <ftw.h>
int nftw(const char * path, int (*fn) (const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags)
@@ -8,3 +10,6 @@ int nftw(const char * path, int (*fn) (const char *, const struct stat *, int, s
/*
XOPEN(400)
*/
+
+
+#endif