aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-24 22:52:21 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-24 22:52:21 +0100
commit6b01b71e8370c58787318d5fca06db2074f95c55 (patch)
tree1f2fff69f5004a6fe66872434e1a25827588f1a7 /include
parent9f93d621925966c22ee51fdcb5def8e131596f9b (diff)
downloadbusybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.tar.gz
busybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.tar.bz2
busybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.zip
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/unarchive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unarchive.h b/include/unarchive.h
index e3afb8af9..8bfc92cbe 100644
--- a/include/unarchive.h
+++ b/include/unarchive.h
@@ -53,14 +53,14 @@ typedef struct archive_handle_t {
53 off_t offset; 53 off_t offset;
54 54
55 /* Archiver specific. Can make it a union if it ever gets big */ 55 /* Archiver specific. Can make it a union if it ever gets big */
56#if ENABLE_TAR 56#if ENABLE_TAR || ENABLE_DPKG || ENABLE_DPKG_DEB
57 smallint tar__end; 57 smallint tar__end;
58# if ENABLE_FEATURE_TAR_GNU_EXTENSIONS 58# if ENABLE_FEATURE_TAR_GNU_EXTENSIONS
59 char* tar__longname; 59 char* tar__longname;
60 char* tar__linkname; 60 char* tar__linkname;
61# endif 61# endif
62#endif 62#endif
63#if ENABLE_CPIO 63#if ENABLE_CPIO || ENABLE_RPM2CPIO || ENABLE_RPM
64 uoff_t cpio__blocks; 64 uoff_t cpio__blocks;
65 struct hardlinks_t *cpio__hardlinks_to_create; 65 struct hardlinks_t *cpio__hardlinks_to_create;
66 struct hardlinks_t *cpio__created_hardlinks; 66 struct hardlinks_t *cpio__created_hardlinks;