svn commit: r201110 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Mon Dec 28 03:31:30 UTC 2009


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>


More information about the svn-src-head mailing list