hush/archival
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
..
bz *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
libunarchive libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME 2009-05-05 07:00:27 -04:00
Config.in lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
Kbuild lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
ar.c dpkg_deb: slight code shrink 2008-07-10 23:06:00 +00:00
bbunzip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
bbunzip_test.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bbunzip_test2.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bbunzip_test3.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bzip2.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
cpio.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
dpkg.c dpkg: better and shorter code to compare versions 2008-11-20 23:41:56 +00:00
dpkg_deb.c *: refactor handling of archived files. "tar f file.tar.lzma" now works too. 2008-08-05 13:10:34 +00:00
gzip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
liblzo.h lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
liblzo_interface.h lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzo1x_1.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzo1x_1o.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzo1x_9x.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzo1x_c.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzo1x_d.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
lzop.c lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. 2009-04-29 12:01:51 +00:00
rpm.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
rpm2cpio.c whitespace fixes 2008-03-28 01:00:09 +00:00
tar.c switch_root: improve behavior on error; improve help text 2009-04-21 20:40:51 +00:00
unzip.c unzip: fix thinko with le/be conv and size (closes bug 129) 2009-02-26 11:21:04 +00:00
unzip_doc.txt.bz2 unzip: give better error message when presented with unsupported 2008-07-26 16:50:24 +00:00