From: Tim Kientzle Date: Mon, 12 Oct 2009 00:27:54 +0000 (-0400) Subject: Merge doc update r1507 from trunk. X-Git-Tag: v2.8.0~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ee0e7ff085c0727379a191c3480b70ec03069a;p=thirdparty%2Flibarchive.git Merge doc update r1507 from trunk. SVN-Revision: 1508 --- diff --git a/libarchive/archive_write.3 b/libarchive/archive_write.3 index 9f42b9353..d8462ce26 100644 --- a/libarchive/archive_write.3 +++ b/libarchive/archive_write.3 @@ -453,6 +453,9 @@ and .Xr close 2 system calls. .Bd -literal -offset indent +#ifdef __linux__ +#define _FILE_OFFSET_BITS 64 +#endif #include #include #include