Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-17 10:23:46 +0300
committerEric Andersen <andersen@codepoet.org>2001-11-17 10:23:46 +0300
commit9c6b5fcb0a624423dc3fb4de808f4ea3118a4ad3 (patch)
tree604a011f7290a9ef0ce5cebf5243433e07b0535d /archival
parentbff7a60f6378f37d6543e60bee52746c82511d70 (diff)
Minor warning cleanups
Diffstat (limited to 'archival')
-rw-r--r--archival/tar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c
index c954b7e21..5f3f56784 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -595,7 +595,9 @@ int tar_main(int argc, char **argv)
unsigned short untar_funct_required = 0;
unsigned short extract_function = 0;
int include_list_count = 0;
+#ifdef CONFIG_FEATURE_TAR_EXCLUDE
int exclude_list_count = 0;
+#endif
#ifdef CONFIG_FEATURE_TAR_GZIP
int gunzip_pid;
int gz_fd = 0;