From 36233bdd71cd6fd733fc2010d70db28cd5eb57e0 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 16 Nov 2002 21:34:57 +0000 Subject: Remove #defines around get_header_ptr, we allways need it. --- archival/tar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'archival') 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; -- cgit v1.1