projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f09c6
)
Eliminate unused variable warnings.
author
Matt Kraai
<kraai@debian.org>
Mon, 12 Nov 2001 16:45:23 +0000
(16:45 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 12 Nov 2001 16:45:23 +0000
(16:45 -0000)
archival/tar.c
patch
|
blob
|
history
diff --git
a/archival/tar.c
b/archival/tar.c
index 8159497673225c0eda81fbaa345e57c83ef80738..c954b7e213b68abdabcf6583d0cf3d713927ad17 100644
(file)
--- a/
archival/tar.c
+++ b/
archival/tar.c
@@
-596,8
+596,10
@@
int tar_main(int argc, char **argv)
unsigned short extract_function = 0;
int include_list_count = 0;
int exclude_list_count = 0;
+#ifdef CONFIG_FEATURE_TAR_GZIP
int gunzip_pid;
int gz_fd = 0;
+#endif
if (argc < 2) {
show_usage();