diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-16 21:34:57 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-16 21:34:57 +0000 |
commit | 36233bdd71cd6fd733fc2010d70db28cd5eb57e0 (patch) | |
tree | 7dc16ac886fc0e43a243528198a13eb2e58415cd /archival | |
parent | 39289b54a74a37e485adac39dec17938ac568b3c (diff) | |
download | busybox-w32-36233bdd71cd6fd733fc2010d70db28cd5eb57e0.tar.gz busybox-w32-36233bdd71cd6fd733fc2010d70db28cd5eb57e0.tar.bz2 busybox-w32-36233bdd71cd6fd733fc2010d70db28cd5eb57e0.zip |
Remove #defines around get_header_ptr, we allways need it.
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index cadab32ca..bafb7033c 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -599,9 +599,7 @@ static const llist_t *append_file_list_to_list(const char *filename, const llist | |||
599 | 599 | ||
600 | int tar_main(int argc, char **argv) | 600 | int tar_main(int argc, char **argv) |
601 | { | 601 | { |
602 | #ifdef CONFIG_FEATURE_TAR_GZIP | ||
603 | char (*get_header_ptr)(archive_handle_t *) = get_header_tar; | 602 | char (*get_header_ptr)(archive_handle_t *) = get_header_tar; |
604 | #endif | ||
605 | archive_handle_t *tar_handle; | 603 | archive_handle_t *tar_handle; |
606 | int opt; | 604 | int opt; |
607 | char *base_dir = NULL; | 605 | char *base_dir = NULL; |