1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Linux still uses 32-bit off_t by default. Ask for 64-bit off_t on

Linux.
This commit is contained in:
Tim Kientzle 2004-04-07 17:47:06 +00:00
parent 4102998278
commit 935c15d24f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128014

View File

@ -79,6 +79,7 @@
/* Linux */
#ifdef LINUX
#define _FILE_OFFSET_BITS 64
#include <inttypes.h>
#define ARCHIVE_ERRNO_FILE_FORMAT EILSEQ
#define ARCHIVE_ERRNO_PROGRAMMER EINVAL