diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-26 15:35:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-06-26 15:35:17 +0200 |
commit | 817a20296fd9e4e8eed095836d7dc28183794247 (patch) | |
tree | 600cc8f51d3d41ae4e893a452d222a7abc504d87 /include | |
parent | 5cb4f9081f3f6575da052b03cb227a7a488b0a8b (diff) | |
download | busybox-w32-817a20296fd9e4e8eed095836d7dc28183794247.tar.gz busybox-w32-817a20296fd9e4e8eed095836d7dc28183794247.tar.bz2 busybox-w32-817a20296fd9e4e8eed095836d7dc28183794247.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_archive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index 2ee30f794..d2022336b 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -116,10 +116,10 @@ typedef struct archive_handle_t { | |||
116 | #if ENABLE_FEATURE_AR_CREATE | 116 | #if ENABLE_FEATURE_AR_CREATE |
117 | const char *ar__name; | 117 | const char *ar__name; |
118 | struct archive_handle_t *ar__out; | 118 | struct archive_handle_t *ar__out; |
119 | # if ENABLE_FEATURE_AR_LONG_FILENAMES | 119 | #endif |
120 | #if ENABLE_FEATURE_AR_LONG_FILENAMES | ||
120 | char *ar__long_names; | 121 | char *ar__long_names; |
121 | unsigned ar__long_name_size; | 122 | unsigned ar__long_name_size; |
122 | # endif | ||
123 | #endif | 123 | #endif |
124 | } archive_handle_t; | 124 | } archive_handle_t; |
125 | /* bits in ah_flags */ | 125 | /* bits in ah_flags */ |