From: Jim Meyering Date: Wed, 8 Nov 2006 07:42:26 +0000 (+0000) Subject: * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice. X-Git-Tag: cvs-readonly~1597 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=dce86ec4af2111a1710c964e07f3060b66c81df9;p=gnulib.git * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice. It's already included if !_LIBC. --- diff --git a/ChangeLog b/ChangeLog index 9f6725f72..4ac2372b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-08 Jim Meyering + + * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice. + It's already included if !_LIBC. + 2006-11-07 Paul Eggert * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in diff --git a/lib/fts.c b/lib/fts.c index c15f04c8f..75bab3c89 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -155,7 +155,6 @@ static void leave_dir (FTS *fts, FTSENT *ent) {} static bool setup_dir (FTS *fts) { return true; } static void free_dir (FTS *fts) {} #else -# include "fcntl--.h" # include "fts-cycle.c" #endif