projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec60ba2
)
* lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
author
Jim Meyering
<jim@meyering.net>
Wed, 8 Nov 2006 07:42:26 +0000
(07:42 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 8 Nov 2006 07:42:26 +0000
(07:42 +0000)
It's already included if !_LIBC.
ChangeLog
patch
|
blob
|
history
lib/fts.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9f6725f7244ded442bbc484aa8b14df2bb42eb63..4ac2372b1e7cc1b46989c58ea25f19272ff172e7 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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
diff --git
a/lib/fts.c
b/lib/fts.c
index c15f04c8f9a540bda237dc9056e09d6afeb9ec45..75bab3c8963bba05463db4604d8d667c62238e49 100644
(file)
--- 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