Date: Sat, 15 Mar 2008 11:04:45 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_write_private.h archive_write_set_format_ar.c archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Message-ID: <200803151104.m2FB4jcX012699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-03-15 11:04:45 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_private.h archive_write_set_format_ar.c archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c archive_write_set_format_pax.c archive_write_set_format_shar.c archive_write_set_format_ustar.c Log: Remove the duplicate "archive_format" and "archive_format_name" fields from the private archive_write structure and fix up all writers to use the format fields in the base "archive" structure. This error made it impossible to query the format after setting up a writer because the write format was stored in an inaccessible place. Revision Changes Path 1.3 +0 -7 src/lib/libarchive/archive_write_private.h 1.6 +6 -6 src/lib/libarchive/archive_write_set_format_ar.c 1.14 +2 -2 src/lib/libarchive/archive_write_set_format_cpio.c 1.4 +2 -2 src/lib/libarchive/archive_write_set_format_cpio_newc.c 1.46 +6 -6 src/lib/libarchive/archive_write_set_format_pax.c 1.19 +4 -4 src/lib/libarchive/archive_write_set_format_shar.c 1.26 +2 -2 src/lib/libarchive/archive_write_set_format_ustar.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803151104.m2FB4jcX012699>