From: Sergey Poznyakoff Date: Fri, 4 Feb 2005 00:03:15 +0000 (+0000) Subject: (OLDGNU_NAME_FIELD_SIZE): New constant X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0e45413e1e9d44085bd3fa960a02c86987bd1cab;p=chaz%2Ftar (OLDGNU_NAME_FIELD_SIZE): New constant --- 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