]> Dogcows Code - chaz/tar/commitdiff
(OLDGNU_NAME_FIELD_SIZE): New constant
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 00:03:15 +0000 (00:03 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 00:03:15 +0000 (00:03 +0000)
src/common.h

index 9dfdd75a0a1fe61a7883b5d131109d64aa21612f..671e9ead7ff83c0b0f71def3ce9d9955c24ddf6f 100644 (file)
@@ -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
This page took 0.022481 seconds and 4 git commands to generate.