浏览代码

(SOLARIS_XHDTYPE): New define

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

+ 3 - 0
src/tar.h

@@ -189,6 +189,9 @@ struct oldgnu_header
 /* This file is a tape/volume header.  Ignore it on extraction.  */
 #define GNUTYPE_VOLHDR 'V'
 
+/* Solaris extended header */
+#define SOLARIS_XHDTYPE 'X'
+
 
 /* Jörg Schilling star header */