summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-30 12:33:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-30 12:33:12 +0000
commitcd39b5a1b72d9e0e0fcc6157bbc0e58662b445fb (patch)
treecd42b796c92849b6745d74724c2c07e5981d5a27
parent7f6e6e6a3e4e9a66f86f0c781da0680a438df61a (diff)
downloadtar-cd39b5a1b72d9e0e0fcc6157bbc0e58662b445fb.tar.gz
* src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
by Jim Meyering.
-rw-r--r--ChangeLog5
-rw-r--r--src/xheader.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62a15c82..7dd05f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-30 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
+ by Jim Meyering.
+
2008-11-25 Sergey Poznyakoff <gray@gnu.org.ua>
Do not try to drain the input pipe before closing the
diff --git a/src/xheader.c b/src/xheader.c
index 9be0a2fe..919ecd39 100644
--- a/src/xheader.c
+++ b/src/xheader.c
@@ -25,8 +25,6 @@
#include "common.h"
-#include <fnmatch.h>
-
static bool xheader_protected_pattern_p (char const *pattern);
static bool xheader_protected_keyword_p (char const *keyword);
static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));