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:
39289b5
)
Remove #defines around get_header_ptr, we allways need it.
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 16 Nov 2002 21:34:57 +0000
(21:34 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 16 Nov 2002 21:34:57 +0000
(21:34 -0000)
archival/tar.c
patch
|
blob
|
history
diff --git
a/archival/tar.c
b/archival/tar.c
index cadab32ca57ee2f2420cb3935cfd66b0a8d81f51..bafb7033cff862163f3ce17c5dc01c60328b4d81 100644
(file)
--- 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;