]> Dogcows Code - chaz/tar/commitdiff
* src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 30 Nov 2008 12:33:12 +0000 (12:33 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 30 Nov 2008 12:33:12 +0000 (12:33 +0000)
by Jim Meyering.

ChangeLog
src/xheader.c

index 62a15c8274e9a353798073c3ca6dcc516dcfe2c8..7dd05f813922bdf51b3a04afd489f419b3025033 100644 (file)
--- 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
index 9be0a2fe30e778695023019d40dd29ac0318582d..919ecd393b21a69f3572aee138ce3c95d0b3c06c 100644 (file)
@@ -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));
This page took 0.028496 seconds and 4 git commands to generate.