]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Stop using deprecated functions. Much remains to be replaced.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 04:53:18 +0000 (13:53 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 04:53:18 +0000 (13:53 +0900)
commit7ef6dae82df073b6f2bedbcfc58a70e172376391
tree985c550c3e1b2c890450db331945c46a0a19f4d9
parent7cc027b719cfa840d7e53d6616e33f0f7ed5182a
Stop using deprecated functions. Much remains to be replaced.
s/archive_compression_name(/archive_filter_name(/
19 files changed:
libarchive/test/test_compat_bzip2.c
libarchive/test/test_compat_gzip.c
libarchive/test/test_compat_lrzip.c
libarchive/test/test_compat_lzip.c
libarchive/test/test_compat_lzma.c
libarchive/test/test_compat_xz.c
libarchive/test/test_read_filter_uudecode.c
libarchive/test/test_read_format_cpio_bin_Z.c
libarchive/test/test_read_format_cpio_svr4_bzip2_rpm.c
libarchive/test/test_read_format_cpio_svr4_gzip_rpm.c
libarchive/test/test_read_format_cpio_svr4c_Z.c
libarchive/test/test_read_format_tar.c
libarchive/test/test_read_format_tz.c
libarchive/test/test_write_compress_bzip2.c
libarchive/test/test_write_compress_gzip.c
libarchive/test/test_write_compress_lzip.c
libarchive/test/test_write_compress_lzma.c
libarchive/test/test_write_compress_xz.c
tar/read.c