changeset 27312:0a47adbe0407

* lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice. It's already included if !_LIBC.
author Jim Meyering <jim@meyering.net>
date Wed, 08 Nov 2006 07:42:26 +0000
parents 3d9eb0220b51
children cb275a2f3240
files ChangeLog lib/fts.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 08 06:21:38 2006 +0000
+++ b/ChangeLog	Wed Nov 08 07:42:26 2006 +0000
@@ -1,3 +1,8 @@
+2006-11-08  Jim Meyering  <jim@meyering.net>
+
+	* lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
+	It's already included if !_LIBC.
+
 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
--- a/lib/fts.c	Wed Nov 08 06:21:38 2006 +0000
+++ b/lib/fts.c	Wed Nov 08 07:42:26 2006 +0000
@@ -155,7 +155,6 @@
 static bool setup_dir (FTS *fts) { return true; }
 static void free_dir (FTS *fts) {}
 #else
-# include "fcntl--.h"
 # include "fts-cycle.c"
 #endif