diff options
author | Glenn L McGrath | 2002-11-16 21:34:57 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-16 21:34:57 +0000 |
commit | 36233bdd71cd6fd733fc2010d70db28cd5eb57e0 (patch) | |
tree | 7dc16ac886fc0e43a243528198a13eb2e58415cd | |
parent | 39289b54a74a37e485adac39dec17938ac568b3c (diff) | |
download | busybox-36233bdd71cd6fd733fc2010d70db28cd5eb57e0.zip busybox-36233bdd71cd6fd733fc2010d70db28cd5eb57e0.tar.gz |
Remove #defines around get_header_ptr, we allways need it.
-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 cadab32..bafb703 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 int tar_main(int argc, char **argv) { -#ifdef CONFIG_FEATURE_TAR_GZIP char (*get_header_ptr)(archive_handle_t *) = get_header_tar; -#endif archive_handle_t *tar_handle; int opt; char *base_dir = NULL; |