Sergey Poznyakoff 20 лет назад
Родитель
Сommit
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 */