Jim Meyering <jim <at> meyering.net> writes: > I've just checked in these changes: > > 2005-08-14 Jim Meyering <jim <at> meyering.net> > > Sync from coreutils. > > > * fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own. > * fts.c (fd_safer): Remove decl. > Include fcntl--.h rather than unistd-safer.h > (fts_safe_changedir): Don't call fd_safer; no longer needed > now that we include fcntl--.h. >
This patch breaks fts, as used by CVS findutils, because fcntl--.h is not part of a gnulib module yet. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -c fts.c fts.c:151:22: fcntl--.h: No such file or directory -- Eric Blake _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
