X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=671e9ead7ff83c0b0f71def3ce9d9955c24ddf6f;hb=c8764440d9cb0187fcbabe26e7f6191c0148178e;hp=9dfdd75a0a1fe61a7883b5d131109d64aa21612f;hpb=de772cad88ecd3b12b6dffe8aab7047bbcc50c7d;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 9dfdd75..671e9ea 100644 --- a/src/common.h +++ b/src/common.h @@ -23,6 +23,9 @@ /* The checksum field is filled with this while the checksum is computed. */ #define CHKBLANKS " " /* 8 blanks, no null */ +/* Old GNU stores zero-terminated file name */ +#define OLDGNU_NAME_FIELD_SIZE 99 + /* Some constants from POSIX are given names. */ #define NAME_FIELD_SIZE 100 #define PREFIX_FIELD_SIZE 155