busybox: 1.13.2 tar fix

This commit is contained in:
Peter Korsgaard 2009-01-20 19:26:54 +00:00
parent dc8ff28549
commit 40e98127de
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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;