diff options
Diffstat (limited to 'package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch')
-rw-r--r-- | package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch b/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch deleted file mode 100644 index 5d5f721b7..000000000 --- a/package/busybox/busybox-1.18.2/busybox-1.18.2-tar.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- busybox-1.18.2/archival/tar.c -+++ busybox-1.18.2-tar/archival/tar.c -@@ -1037,8 +1037,10 @@ int tar_main(int argc UNUSED_PARAM, char - tar_handle->src_fd = tar_fd; - tar_handle->seek = seek_by_read; - } else { -- if (ENABLE_FEATURE_TAR_AUTODETECT && flags == O_RDONLY) { -- get_header_ptr = get_header_tar; -+ if (ENABLE_FEATURE_TAR_AUTODETECT -+ && flags == O_RDONLY -+ && get_header_ptr == get_header_tar -+ ) { - tar_handle->src_fd = open_zipped(tar_filename); - if (tar_handle->src_fd < 0) - bb_perror_msg_and_die("can't open '%s'", tar_filename); |