Explorar el Código

(SOLARIS_XHDTYPE): New define

Sergey Poznyakoff hace 20 años
padre
commit
d7af510d49
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 */