From e7800f351ad9eca012fe27a1c9234692a04419e7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 7 Dec 2014 00:42:49 +0100 Subject: Rename transformer_aux_data_t -> transformer_state_t No code changes Signed-off-by: Denys Vlasenko --- archival/gzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/gzip.c') diff --git a/archival/gzip.c b/archival/gzip.c index 1e779c9..a93d217 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -2042,7 +2042,7 @@ static void zip(ulg time_stamp) /* ======================================================================== */ static -IF_DESKTOP(long long) int FAST_FUNC pack_gzip(transformer_aux_data_t *aux UNUSED_PARAM) +IF_DESKTOP(long long) int FAST_FUNC pack_gzip(transformer_state_t *xstate UNUSED_PARAM) { struct stat s; -- cgit v1.1