diff options
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 7e0993d3e69..50a2aac10e4 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.5 1996/10/27 06:45:14 downsj Exp $ */ +/* $OpenBSD: pax.h,v 1.6 1996/12/09 12:00:16 deraadt Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -74,12 +74,6 @@ #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 |