X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffts;h=62c329bfe595690dc46517f02077445ed9ea20b7;hb=ade8cd7e510c08163f4b80603de470555c92695c;hp=999dcf9efdc07706a46148c216350fbeec53b94e;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/fts b/modules/fts index 999dcf9ef..62c329bfe 100644 --- a/modules/fts +++ b/modules/fts @@ -8,22 +8,35 @@ lib/fts-cycle.c m4/fts.m4 Depends-on: +cloexec +closedir cycle-check +d-ino d-type -dirfd -fcntl +dirent-safer +dup +fchdir +fcntl-h fcntl-safer +fstat hash +i-ring lstat -openat +memmove +openat-h +openat-safer +opendir +readdir stdbool unistd-safer configure.ac: gl_FUNC_FTS +dnl Use this version of fts unconditionally, since the GNU libc and +dnl NetBSD versions have bugs and/or unnecessary limitations. +AC_LIBOBJ([fts]) Makefile.am: -EXTRA_DIST += fts_.h fts.c fts-cycle.c Include: "fts_.h"