]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(extract_archive): Rewritten
[chaz/tar] / 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.0263060000000001 seconds and 4 git commands to generate.