diff options
author | Ron Yorston <rmy@pobox.com> | 2015-10-31 17:13:47 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-10-31 17:13:47 +0000 |
commit | 4432dbba6559d3d88e18ecf2c33d9e5a39e82074 (patch) | |
tree | f6db886523a04e0b45926336223ff8c32761dc43 /include/bb_archive.h | |
parent | bc09f29f78547856e2152dc47051aeed548f28e8 (diff) | |
parent | 6bd3fff51aa74e2ee2d87887b12182a3b09792ef (diff) | |
download | busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.gz busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.tar.bz2 busybox-w32-4432dbba6559d3d88e18ecf2c33d9e5a39e82074.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include/bb_archive.h')
-rw-r--r-- | include/bb_archive.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index e2c8aede4..03f174839 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -87,6 +87,9 @@ typedef struct archive_handle_t { | |||
87 | off_t offset; | 87 | off_t offset; |
88 | 88 | ||
89 | /* Archiver specific. Can make it a union if it ever gets big */ | 89 | /* Archiver specific. Can make it a union if it ever gets big */ |
90 | #if ENABLE_FEATURE_TAR_LONG_OPTIONS | ||
91 | unsigned tar__strip_components; | ||
92 | #endif | ||
90 | #define PAX_NEXT_FILE 0 | 93 | #define PAX_NEXT_FILE 0 |
91 | #define PAX_GLOBAL 1 | 94 | #define PAX_GLOBAL 1 |
92 | #if ENABLE_TAR || ENABLE_DPKG || ENABLE_DPKG_DEB | 95 | #if ENABLE_TAR || ENABLE_DPKG || ENABLE_DPKG_DEB |