diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-18 15:38:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-18 15:38:12 +0000 |
commit | aae52303c155286dabf18478a477e71a186e469a (patch) | |
tree | 10d3e9259d2d359e79faceb0a0019162b3200029 /bin/pax/pax.h | |
parent | e180c2a576a4dafce86b9a35fe9fe97c41536a5e (diff) |
Pull in some changes from NetBSD
o When extracting GNU tar archives, honor @LongLink long links/files
o Add an option to prevent pax from prompting for the next volume
upon premature end of archive.
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 61dea00a78e..9516c5d13f3 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.12 2002/10/16 18:40:30 millert Exp $ */ +/* $OpenBSD: pax.h,v 1.13 2002/10/18 15:38:11 millert Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -212,6 +212,8 @@ typedef struct { #define PAX_HLK 8 /* hard link */ #define PAX_HRG 9 /* hard link to a regular file */ #define PAX_CTG 10 /* high performance file */ +#define PAX_GLL 11 /* GNU long symlink */ +#define PAX_GLF 12 /* GNU long file */ } ARCHD; /* |