From 1a9e9bdd93b06508b70bd29ef5eeb82f91d86222 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 1 Nov 2008 12:54:56 +0000 Subject: gunzip: restore mtime. approx +80 bytes of code rpm: make code more robust lsmod: small code shrink --- archival/gzip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archival/gzip.c') diff --git a/archival/gzip.c b/archival/gzip.c index ee05135..43804b2 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -40,6 +40,7 @@ aa: 85.1% -- replaced with aa.gz */ #include "libbb.h" +#include "unarchive.h" /* =========================================================================== @@ -2014,7 +2015,7 @@ char* make_new_name_gzip(char *filename) } static -USE_DESKTOP(long long) int pack_gzip(void) +USE_DESKTOP(long long) int pack_gzip(unpack_info_t *info UNUSED_PARAM) { struct stat s; -- cgit v1.1