diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-15 14:18:16 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-15 14:18:16 +0200 |
| commit | b74e490629a75cb8c2cb798f0feadc2eb4dc5471 (patch) | |
| tree | ff2e333d1939c9d326eea1da4dd26346ecfeb9db /include | |
| parent | 58e43a4c40f56a463a475bec5ef915612fc5ed8c (diff) | |
| download | busybox-w32-b74e490629a75cb8c2cb798f0feadc2eb4dc5471.tar.gz busybox-w32-b74e490629a75cb8c2cb798f0feadc2eb4dc5471.tar.bz2 busybox-w32-b74e490629a75cb8c2cb798f0feadc2eb4dc5471.zip | |
ar: stop using static data
function old new delta
static.ar_long_names 4 - -4
static.ar_long_name_size 4 - -4
get_header_ar 546 532 -14
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 0/1 up/down: 0/-22) Total: -22 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/bb_archive.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index b437f1920..0252488bf 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
| @@ -116,6 +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 | ||
| 120 | char *ar__long_names; | ||
| 121 | unsigned ar__long_name_size; | ||
| 122 | # endif | ||
| 119 | #endif | 123 | #endif |
| 120 | } archive_handle_t; | 124 | } archive_handle_t; |
| 121 | /* bits in ah_flags */ | 125 | /* bits in ah_flags */ |
