busybox/archival/libunarchive
Mike Frysinger 4f239b1bb4 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME
We can't use C if(...) with ENABLE_FEATURE_TAR_UNAME_GNAME because it
relies on conditional members in the file_header_t structure:

archival/libunarchive/data_extract_all.c: In function ‘data_extract_all’:
archival/libunarchive/data_extract_all.c:123: error: ‘file_header_t’ has no member named ‘uname’
archival/libunarchive/data_extract_all.c:124: error: ‘file_header_t’ has no member named ‘uname’
archival/libunarchive/data_extract_all.c:127: error: ‘file_header_t’ has no member named ‘gname’
archival/libunarchive/data_extract_all.c:128: error: ‘file_header_t’ has no member named ‘gname’
make[1]: *** [archival/libunarchive/data_extract_all.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-05-05 07:00:27 -04:00
..
data_align.c
data_extract_all.c libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME 2009-05-05 07:00:27 -04:00
data_extract_to_buffer.c
data_extract_to_stdout.c
data_skip.c
decompress_bunzip2.c
decompress_uncompress.c
decompress_unlzma.c unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) 2009-04-25 12:19:35 +00:00
decompress_unzip.c
filter_accept_all.c
filter_accept_list_reassign.c
filter_accept_list.c
filter_accept_reject_list.c
find_list_entry.c
get_header_ar.c
get_header_cpio.c
get_header_tar_bz2.c
get_header_tar_gz.c
get_header_tar_lzma.c
get_header_tar.c
header_list.c
header_skip.c
header_verbose_list.c
init_handle.c
Kbuild
open_transformer.c switch_root: improve behavior on error; improve help text 2009-04-21 20:40:51 +00:00
seek_by_jump.c
seek_by_read.c
unpack_ar_archive.c