Date: Sat, 6 Dec 2008 06:17:18 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive.h Message-ID: <200812060617.mB66HZta018134@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-12-06 06:17:18 UTC FreeBSD src repository Modified files: lib/libarchive archive.h Log: SVN rev 185675 on 2008-12-06 06:17:18Z by kientzle Style fixes: * Wrap long declarations to fit 80 chars * #undef macros that shouldn't be exported * Organize the version-dependent conditionals a bit more consistently Speculative: * libarchive 3.0 will (eventually) use int64_t instead of off_t. This is an attempt to avoid some the headaches caused by Linux LFS. (I'll still have to do ugly things for the struct stat references in archive_entry.h, of course.) Revision Changes Path 1.22 +71 -29 src/lib/libarchive/archive.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812060617.mB66HZta018134>