diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 12:00:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 12:00:17 +0000 |
commit | d5046aac533bf79016f48a1264cf6ce6094a5240 (patch) | |
tree | 2b37708a0c3b0f87e3b4e21013ccd5b2050f68e2 /bin/pax/pax.h | |
parent | f31bd15fdb85439b411810a414f1ac5f5df3ed5c (diff) |
revert to spawning compress-ing program. normally we want extracts using
'z' to also work on .Z files, but libz does not deal with compressed
data. Hacking the code to deal well with pipes has proven very hard.
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 |