diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index f46f7bb7a..c0ceff589 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -567,7 +567,7 @@ static void NOINLINE vfork_compressor(int tar_fd, int gzip) | |||
567 | xmove_fd(gzipDataPipe.rd, 0); | 567 | xmove_fd(gzipDataPipe.rd, 0); |
568 | xmove_fd(tar_fd, 1); | 568 | xmove_fd(tar_fd, 1); |
569 | /* exec gzip/bzip2 program/applet */ | 569 | /* exec gzip/bzip2 program/applet */ |
570 | BB_EXECLP(zip_exec, zip_exec, "-f", NULL); | 570 | BB_EXECLP(zip_exec, zip_exec, "-f", (char *)0); |
571 | vfork_exec_errno = errno; | 571 | vfork_exec_errno = errno; |
572 | _exit(EXIT_FAILURE); | 572 | _exit(EXIT_FAILURE); |
573 | } | 573 | } |