diff options
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 |