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/extern.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/extern.h')
-rw-r--r-- | bin/pax/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pax/extern.h b/bin/pax/extern.h index b6f42b67eb2..908c5626ba1 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.6 1996/10/27 06:45:10 downsj Exp $ */ +/* $OpenBSD: extern.h,v 1.7 1996/12/09 12:00:14 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.5 1996/03/26 23:54:16 mrg Exp $ */ /*- @@ -50,6 +50,7 @@ * ar_io.c */ extern char *arcname; +extern char *gzip_program; int ar_open __P((char *)); void ar_close __P((void)); void ar_drain __P((void)); |