From dce86ec4af2111a1710c964e07f3060b66c81df9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Nov 2006 07:42:26 +0000 Subject: [PATCH] * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice. It's already included if !_LIBC. --- ChangeLog | 5 +++++ lib/fts.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0