X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tar.h;h=506ce5818c429e141e4c99679d7b5d2243a05c62;hb=636335dbb356165e1d3e7cf91c416696d8b93910;hp=79a8ce49d89b526de40bb5a8ba10cd9444d9532a;hpb=def03712042d935b1238542b15d62f5121b9d5d2;p=debian%2Fpax diff --git a/tar.h b/tar.h index 79a8ce4..506ce58 100644 --- a/tar.h +++ b/tar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tar.h,v 1.5 1997/04/16 03:50:25 millert Exp $ */ +/* $OpenBSD: tar.h,v 1.7 2003/06/02 23:32:09 millert Exp $ */ /* $NetBSD: tar.h,v 1.3 1995/03/21 09:07:51 cgd Exp $ */ /*- @@ -17,11 +17,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -65,6 +61,12 @@ #define FIFOTYPE '6' /* FIFO */ #define CONTTYPE '7' /* high perf file */ +/* + * GNU tar compatibility; + */ +#define LONGLINKTYPE 'K' /* Long Symlink */ +#define LONGNAMETYPE 'L' /* Long File */ + /* * Mode field encoding of the different file types - values in octal */