diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-12-07 00:42:49 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-12-07 00:42:49 +0100 |
commit | e7800f351ad9eca012fe27a1c9234692a04419e7 (patch) | |
tree | 4b40f6fb63492c8325bb7b58c5812f0258adbb7b /archival/gzip.c | |
parent | 476654cdbeb2923fc5d2485701587b42579e1635 (diff) | |
download | busybox-w32-e7800f351ad9eca012fe27a1c9234692a04419e7.tar.gz busybox-w32-e7800f351ad9eca012fe27a1c9234692a04419e7.tar.bz2 busybox-w32-e7800f351ad9eca012fe27a1c9234692a04419e7.zip |
Rename transformer_aux_data_t -> transformer_state_t
No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 1e779c9c3..a93d2175a 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -2042,7 +2042,7 @@ static void zip(ulg time_stamp) | |||
2042 | 2042 | ||
2043 | /* ======================================================================== */ | 2043 | /* ======================================================================== */ |
2044 | static | 2044 | static |
2045 | IF_DESKTOP(long long) int FAST_FUNC pack_gzip(transformer_aux_data_t *aux UNUSED_PARAM) | 2045 | IF_DESKTOP(long long) int FAST_FUNC pack_gzip(transformer_state_t *xstate UNUSED_PARAM) |
2046 | { | 2046 | { |
2047 | struct stat s; | 2047 | struct stat s; |
2048 | 2048 | ||