diff options
Diffstat (limited to 'package/busybox/busybox-1.13.2-tar.patch')
-rw-r--r-- | package/busybox/busybox-1.13.2-tar.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.13.2-tar.patch b/package/busybox/busybox-1.13.2-tar.patch deleted file mode 100644 index 3a59081c8..000000000 --- a/package/busybox/busybox-1.13.2-tar.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.13.2/archival/tar.c Sun Nov 9 18:28:02 2008 -+++ busybox-1.13.2-tar/archival/tar.c Tue Jan 20 03:52:04 2009 -@@ -591,8 +591,6 @@ - struct TarBallInfo tbInfo; - - tbInfo.hlInfoHead = NULL; -- -- fchmod(tar_fd, 0644); - tbInfo.tarFd = tar_fd; - tbInfo.verboseFlag = verboseFlag; - |