diff --git a/src/tar.h b/src/tar.h index 055cdfda..6d484087 100644 --- a/src/tar.h +++ b/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 */