]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
(OLDGNU_NAME_FIELD_SIZE): New constant
[chaz/tar] / src / xheader.c
index b63cdb769f05f7d99dc6fbe35568c5a0ea17fd01..0893bb393141cd3b7aac84e0e3e92efdb5c4eef6 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 
 #include <fnmatch.h>
 #include <hash.h>
 
 #include "common.h"
 
-#define obstack_chunk_alloc xmalloc
-#define obstack_chunk_free free
-#include <obstack.h>
-
 #include <fnmatch.h>
 
 static bool xheader_protected_pattern_p (char const *pattern);
@@ -163,7 +159,7 @@ xheader_set_keyword_equal (char *kw, char *eq)
   if (strcmp (kw, "delete") == 0)
     {
       if (xheader_protected_pattern_p (p))
-       USAGE_ERROR ((0, 0, _("Pattern %s cannot be used"), p));
+       USAGE_ERROR ((0, 0, _("Pattern %s cannot be used"), quote (p)));
       xheader_list_append (&keyword_pattern_list, p, NULL);
     }
   else if (strcmp (kw, "exthdr.name") == 0)
This page took 0.0216 seconds and 4 git commands to generate.