diff options
author | Travis Kemen <thepeople@openwrt.org> | 2007-11-29 02:06:37 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2007-11-29 02:06:37 +0000 |
commit | a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b (patch) | |
tree | a2dd9e3c80409bea184f27df142293dd67665ae9 /package/busybox/patches | |
parent | efb988f3f2caf3ccbd55549345b577c8d4d74f37 (diff) | |
download | upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.tar.gz upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.tar.bz2 upstream-a0c5fbe5ffab01fcfcc6aac3b8a7044caa8ea74b.zip |
update busybox to 1.8.2
SVN-Revision: 9625
Diffstat (limited to 'package/busybox/patches')
-rw-r--r-- | package/busybox/patches/530-gunzip_src_fd.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/530-gunzip_src_fd.patch b/package/busybox/patches/530-gunzip_src_fd.patch deleted file mode 100644 index 3882628a1e..0000000000 --- a/package/busybox/patches/530-gunzip_src_fd.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c ---- a/archival/libunarchive/decompress_unzip.c 2007-11-10 02:40:48.000000000 +0100 -+++ b/archival/libunarchive/decompress_unzip.c 2007-11-12 02:34:43.000000000 +0100 -@@ -1178,6 +1178,7 @@ - ALLOC_STATE; - bytebuffer_max = 0x8000; - bytebuffer = xmalloc(bytebuffer_max); -+ gunzip_src_fd = in; - - again: - if (!check_header_gzip(PASS_STATE_ONLY)) { |