From 5dd8a0366578746bb991b0e87a60d8d442bd8d87 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 5 Oct 2007 15:26:08 +0000 Subject: gunzip: support concatenated gz files. text data bss dec hex filename 770988 1029 9552 781569 bed01 busybox.t0/busybox 771105 1029 9552 781686 bed76 busybox.t3/busybox --- archival/rpm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'archival/rpm.c') diff --git a/archival/rpm.c b/archival/rpm.c index 4d723b73f..0b7741a15 100644 --- a/archival/rpm.c +++ b/archival/rpm.c @@ -229,7 +229,6 @@ static void extract_cpio_gz(int fd) USE_FEATURE_RPM_BZ2("/bzip") " magic"); } else { - check_header_gzip_or_die(archive_handle->src_fd); #if !BB_MMU /* NOMMU version of open_transformer execs an external unzipper that should * have the file position at the start of the file */ -- cgit v1.2.3