aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-01 12:54:56 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-01 12:54:56 +0000
commit1a9e9bdd93b06508b70bd29ef5eeb82f91d86222 (patch)
treeadcf234f48d8a68a5644f1504cc93025d58ce2a2 /archival/gzip.c
parent5a89763fb7e57d4fc3d393eafa35c58f8285a083 (diff)
downloadbusybox-w32-1a9e9bdd93b06508b70bd29ef5eeb82f91d86222.tar.gz
busybox-w32-1a9e9bdd93b06508b70bd29ef5eeb82f91d86222.tar.bz2
busybox-w32-1a9e9bdd93b06508b70bd29ef5eeb82f91d86222.zip
gunzip: restore mtime. approx +80 bytes of code
rpm: make code more robust lsmod: small code shrink
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index ee051356e..43804b2e4 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -40,6 +40,7 @@ aa: 85.1% -- replaced with aa.gz
40*/ 40*/
41 41
42#include "libbb.h" 42#include "libbb.h"
43#include "unarchive.h"
43 44
44 45
45/* =========================================================================== 46/* ===========================================================================
@@ -2014,7 +2015,7 @@ char* make_new_name_gzip(char *filename)
2014} 2015}
2015 2016
2016static 2017static
2017USE_DESKTOP(long long) int pack_gzip(void) 2018USE_DESKTOP(long long) int pack_gzip(unpack_info_t *info UNUSED_PARAM)
2018{ 2019{
2019 struct stat s; 2020 struct stat s;
2020 2021