From: Sergey Poznyakoff Date: Thu, 14 Apr 2005 13:14:38 +0000 (+0000) Subject: (SOLARIS_XHDTYPE): New define X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=d7af510d49cb574596d983533a8341f1c892ac8a (SOLARIS_XHDTYPE): New define --- diff --git a/src/tar.h b/src/tar.h index 055cdfd..6d48408 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 */