diff options
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 9d08286c7eb..b40b0804340 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.3 1996/06/23 14:20:40 deraadt Exp $ */ +/* $OpenBSD: pax.h,v 1.4 1996/09/22 20:09:54 tholo Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -74,6 +74,12 @@ #define ISPIPE 4 /* pipe/socket */ /* + * Compression types + */ +#define GZIP_CMP 1 /* gzip format */ +#define COMPRESS_CMP 2 /* compress format */ + +/* * Format Specific Routine Table * * The format specific routine table allows new archive formats to be quickly |