diff options
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c index 815949767..c954b7e21 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -596,8 +596,10 @@ int tar_main(int argc, char **argv) | |||
596 | unsigned short extract_function = 0; | 596 | unsigned short extract_function = 0; |
597 | int include_list_count = 0; | 597 | int include_list_count = 0; |
598 | int exclude_list_count = 0; | 598 | int exclude_list_count = 0; |
599 | #ifdef CONFIG_FEATURE_TAR_GZIP | ||
599 | int gunzip_pid; | 600 | int gunzip_pid; |
600 | int gz_fd = 0; | 601 | int gz_fd = 0; |
602 | #endif | ||
601 | 603 | ||
602 | if (argc < 2) { | 604 | if (argc < 2) { |
603 | show_usage(); | 605 | show_usage(); |