summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.11.1-tar.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-06 06:37:21 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-06 06:37:21 +0000
commit2f06c38008264a3d5f4f912631689edddbfeec9d (patch)
treed63cdca14ca0fb65ee7b8179c0d6e001a2416486 /package/busybox/busybox-1.11.1-tar.patch
parenta87d82081d83fec065caf2a91e82fe241d3eae28 (diff)
busybox: additional 1.11.1 patches
Diffstat (limited to 'package/busybox/busybox-1.11.1-tar.patch')
-rw-r--r--package/busybox/busybox-1.11.1-tar.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/busybox/busybox-1.11.1-tar.patch b/package/busybox/busybox-1.11.1-tar.patch
index 27c5d3865..bdfb57dd5 100644
--- a/package/busybox/busybox-1.11.1-tar.patch
+++ b/package/busybox/busybox-1.11.1-tar.patch
@@ -1,6 +1,6 @@
--- busybox-1.11.1/archival/libunarchive/get_header_tar.c Wed Jun 25 14:51:17 2008
-+++ busybox-1.11.1-tar/archival/libunarchive/get_header_tar.c Sun Jul 20 19:11:45 2008
-@@ -261,26 +261,31 @@
++++ busybox-1.11.1-tar/archival/libunarchive/get_header_tar.c Wed Jul 23 02:16:24 2008
+@@ -261,26 +261,33 @@
case '0':
#if ENABLE_FEATURE_TAR_OLDGNU_COMPATIBILITY
if (last_char_is(file_header->name, '/')) {
@@ -27,7 +27,9 @@
- break;
+ goto size0;
case '5':
++#if ENABLE_FEATURE_TAR_OLDGNU_COMPATIBILITY
+ set_dir:
++#endif
file_header->mode |= S_IFDIR;
- break;
+ goto size0;