]> Dogcows Code - chaz/tar/commitdiff
(SOLARIS_XHDTYPE): New define
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 14 Apr 2005 13:14:38 +0000 (13:14 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 14 Apr 2005 13:14:38 +0000 (13:14 +0000)
src/tar.h

index 055cdfda735f18838821dcf44f2219cfeccece9d..6d484087a2a80dcbbdd26bf54463be857ff2c288 100644 (file)
--- 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'
+
 \f
 /* Jörg Schilling star header */
 
This page took 0.019739 seconds and 4 git commands to generate.