浏览代码

*** empty log message ***

François Pinard 30 年之前
父节点
当前提交
fb275227ed
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/tar.h

+ 4 - 0
src/tar.h

@@ -122,6 +122,10 @@ union record {
 					   the names of files that were in
 					   the dir at the time the dump
 					   was made */
+#define LF_LONGLINK	'K'		/* Identifies the NEXT file on the tape
+					   as having a long linkname */
+#define LF_LONGNAME	'L'		/* Identifies the NEXT file on the tape
+					   as having a long name. */
 #define LF_MULTIVOL	'M'		/* This is the continuation
 					   of a file that began on another
 					   volume */