diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 03:31:29 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 03:31:29 +0000 |
| commit | e15da0400aff656aee270c1802167509e70a016c (patch) | |
| tree | b8d6549f617484855141f7887fdb947986d40102 /lib/libarchive | |
| parent | 456bd00333fb56957369ea8b1e975961ad8e0f5c (diff) | |
Notes
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/archive_write.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3 index 8228903dc176..7c33a74ff8f3 100644 --- a/lib/libarchive/archive_write.3 +++ b/lib/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 <sys/stat.h> #include <archive.h> #include <archive_entry.h> |
