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-817a20296fd9e4e8eed095836d7dc28183794247.tar.gz |
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 { #if ENABLE_FEATURE_AR_CREATE const char *ar__name; struct archive_handle_t *ar__out; -# if ENABLE_FEATURE_AR_LONG_FILENAMES +#endif +#if ENABLE_FEATURE_AR_LONG_FILENAMES char *ar__long_names; unsigned ar__long_name_size; -# endif #endif } archive_handle_t; /* bits in ah_flags */ |