X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffts;h=d57b10c12baeace7bb64cce000966d1879eaf50c;hb=17f0ec6;hp=b0e37d11982ec1ae6d69602636a01adb6cd897f2;hpb=73d4f7aea9a7d30da20f7930d6d6fd46f5ebc336;p=gnulib.git diff --git a/modules/fts b/modules/fts index b0e37d119..d57b10c12 100644 --- a/modules/fts +++ b/modules/fts @@ -8,22 +8,29 @@ lib/fts-cycle.c m4/fts.m4 Depends-on: +cloexec cycle-check +d-ino d-type -dirfd -fcntl +dirent-safer +fchdir +fcntl-h fcntl-safer hash +i-ring lstat -openat +memmove +openat-safer 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-cycle.c Include: "fts_.h"