summaryrefslogtreecommitdiffstats
path: root/bin/pax/extern.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-05 01:10:13 +0000
committerkris <kris@FreeBSD.org>2001-05-05 01:10:13 +0000
commitb48e2b1dc26b8ed5eefa8412ae1efc92d53c6247 (patch)
tree863108cbe97f2ce506e4671f0a90e21db4946c19 /bin/pax/extern.h
parent4ac9ed2901e82789c73fcf17f3c486b55fbef8c2 (diff)
downloadFreeBSD-src-b48e2b1dc26b8ed5eefa8412ae1efc92d53c6247.zip
FreeBSD-src-b48e2b1dc26b8ed5eefa8412ae1efc92d53c6247.tar.gz
Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzip
and compress) to pax when used in tar mode (invoked as 'tar') for compatibility with GNU tar. bzip2 functionality for further GNU tar compatibility will be added at a later date. Note in the manpage that -z is non-standard. Obtained from: OpenBSD Reviewed by: -hackers MFC after: 2 weeks
Diffstat (limited to 'bin/pax/extern.h')
-rw-r--r--bin/pax/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pax/extern.h b/bin/pax/extern.h
index 528ce6c..9f4097c 100644
--- a/bin/pax/extern.h
+++ b/bin/pax/extern.h
@@ -48,6 +48,7 @@
* ar_io.c
*/
extern char *arcname;
+extern const char *gzip_program;
int ar_open __P((char *));
void ar_close __P((void));
void ar_drain __P((void));
OpenPOWER on IntegriCloud