Date: Mon, 28 Dec 2009 03:31:29 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201110 - head/lib/libarchive Message-ID: <200912280331.nBS3VTKd078120@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kientzle Date: Mon Dec 28 03:31:29 2009 New Revision: 201110 URL: http://svn.freebsd.org/changeset/base/201110 Log: Clarify an example so Linux folks won't keep getting confused by this point. Modified: head/lib/libarchive/archive_write.3 Modified: head/lib/libarchive/archive_write.3 ============================================================================== --- head/lib/libarchive/archive_write.3 Mon Dec 28 03:30:31 2009 (r201109) +++ head/lib/libarchive/archive_write.3 Mon Dec 28 03:31:29 2009 (r201110) @@ -453,6 +453,9 @@ and .Xr close 2 system calls. .Bd -literal -offset indent +#ifdef __linux__ +#define _FILE_OFFSET_BITS 64 +#endif #include <sys/stat.h> #include <archive.h> #include <archive_entry.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912280331.nBS3VTKd078120>