Remove #defines around get_header_ptr, we allways need it.
This commit is contained in:
parent
39289b54a7
commit
36233bdd71
@ -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)
|
int tar_main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_FEATURE_TAR_GZIP
|
|
||||||
char (*get_header_ptr)(archive_handle_t *) = get_header_tar;
|
char (*get_header_ptr)(archive_handle_t *) = get_header_tar;
|
||||||
#endif
|
|
||||||
archive_handle_t *tar_handle;
|
archive_handle_t *tar_handle;
|
||||||
int opt;
|
int opt;
|
||||||
char *base_dir = NULL;
|
char *base_dir = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user