aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 15:35:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-06-26 15:35:17 +0200
commit817a20296fd9e4e8eed095836d7dc28183794247 (patch)
tree600cc8f51d3d41ae4e893a452d222a7abc504d87 /include
parent5cb4f9081f3f6575da052b03cb227a7a488b0a8b (diff)
downloadbusybox-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.h4
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 */