cvs commit: src/lib/libarchive archive.h.in
archive_read_open_memory.c
Tim Kientzle
kientzle at FreeBSD.org
Fri Jul 6 16:08:15 UTC 2007
kientzle 2007-07-06 16:08:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libarchive archive.h.in archive_read_open_memory.c
Log:
MFC some comment changes and a reworking of one cast.
With this change, libarchive source in -CURRENT and 6-STABLE
is exactly identical. The only difference is the
version number (1.9 for 6-STABLE, 2.2 for -CURRENT) and
SHLIB_MAJOR (2 in 6-STABLE, 4 in -CURRENT). The
source has conditionals to compile the old libarchive 1
API/ABI or the newer libarchive 2 API/ABI depending on
the version number set at compile time.
Revision Changes Path
1.23.2.7 +14 -2 src/lib/libarchive/archive.h.in
1.3.2.3 +1 -1 src/lib/libarchive/archive_read_open_memory.c
More information about the cvs-src
mailing list