diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:04:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:04:52 +0000 |
commit | 02f3b2e0c8ba8f8943efc745f1c1777383199278 (patch) | |
tree | 3e2c42370283aad9d6040ef476479cae892063da | |
parent | 87559829ffc79b94adcee00b64706ce78ff2f3fb (diff) | |
download | busybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.tar.gz busybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.tar.bz2 busybox-w32-02f3b2e0c8ba8f8943efc745f1c1777383199278.zip |
Make tar shutup on compile
-rw-r--r-- | archival/tar.c | 4 | ||||
-rw-r--r-- | tar.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archival/tar.c b/archival/tar.c index 01997e464..6d8e633b0 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv) | |||
154 | int createFlag = FALSE; | 154 | int createFlag = FALSE; |
155 | int verboseFlag = FALSE; | 155 | int verboseFlag = FALSE; |
156 | int tostdoutFlag = FALSE; | 156 | int tostdoutFlag = FALSE; |
157 | int firstOpt = TRUE; | 157 | int status = FALSE; |
158 | int firstOpt = TRUE; | ||
158 | int stopIt; | 159 | int stopIt; |
159 | int status; | ||
160 | 160 | ||
161 | 161 | ||
162 | if (argc <= 1) | 162 | if (argc <= 1) |
@@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv) | |||
154 | int createFlag = FALSE; | 154 | int createFlag = FALSE; |
155 | int verboseFlag = FALSE; | 155 | int verboseFlag = FALSE; |
156 | int tostdoutFlag = FALSE; | 156 | int tostdoutFlag = FALSE; |
157 | int firstOpt = TRUE; | 157 | int status = FALSE; |
158 | int firstOpt = TRUE; | ||
158 | int stopIt; | 159 | int stopIt; |
159 | int status; | ||
160 | 160 | ||
161 | 161 | ||
162 | if (argc <= 1) | 162 | if (argc <= 1) |