浏览代码

(OLDGNU_NAME_FIELD_SIZE): New constant

Sergey Poznyakoff 20 年之前
父节点
当前提交
0e45413e1e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/common.h

+ 3 - 0
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