aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-28 07:37:48 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-28 07:37:48 +0000
commit8cb319e20109789a3555482680ad907be8e2a994 (patch)
treefcf685e576c6cf437d131c2656630f127423b500 /tar.c
parentf3e1365959e950c62d19fa198c1e6f503bf8787a (diff)
downloadbusybox-w32-8cb319e20109789a3555482680ad907be8e2a994.tar.gz
busybox-w32-8cb319e20109789a3555482680ad907be8e2a994.tar.bz2
busybox-w32-8cb319e20109789a3555482680ad907be8e2a994.zip
Remove cruft
git-svn-id: svn://busybox.net/trunk/busybox@2213 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tar.c b/tar.c
index ef611531a..9be63ced8 100644
--- a/tar.c
+++ b/tar.c
@@ -284,11 +284,9 @@ extern int tar_main(int argc, char **argv)
284 /* unzip tarFd in a seperate process */ 284 /* unzip tarFd in a seperate process */
285 if (unzipFlag == TRUE) { 285 if (unzipFlag == TRUE) {
286 comp_file = fdopen(tarFd, "r"); 286 comp_file = fdopen(tarFd, "r");
287 printf("1\n");
288 if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) { 287 if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) {
289 error_msg_and_die("Couldnt unzip file"); 288 error_msg_and_die("Couldnt unzip file");
290 } 289 }
291 printf("2\n");
292 } 290 }
293#endif 291#endif
294 status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag, 292 status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag,