randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-06-26 15:35:17 +02:00
parent 5cb4f9081f
commit 817a20296f
3 changed files with 5 additions and 3 deletions

View File

@@ -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 */