X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fxheader.c;h=64b2d7a765df8ac119030d6b24d96ba084d7e49f;hb=937202acb9ad19a8315adde5e28d3a03a6cb6b3d;hp=2cfa683336d0bb63d913ebd040b53cf37f308901;hpb=2bda83b48d8a6807632312403561b11b79048443;p=chaz%2Ftar diff --git a/src/xheader.c b/src/xheader.c index 2cfa683..64b2d7a 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -16,19 +16,16 @@ 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 #include #include #include +#include #include #include "common.h" -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free -#include - #include static bool xheader_protected_pattern_p (char const *pattern); @@ -219,10 +216,10 @@ to_decimal (uintmax_t value, char *where, size_t size) %d The directory name of the file, equivalent to the result of the dirname utility on the translated - pathname. + file name. %f The filename of the file, equivalent to the result of the basename - utility on the translated pathname. + utility on the translated file name. %p The process ID of the pax process. %% A '%' character. */