From 4740036c6f4c5f3ba71552265535bfe9ea73478c Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 8 Jan 2004 15:11:13 +0000 Subject: [PATCH] #define _LARGEFILE64_SOURCE --- io/io_sendfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/io/io_sendfile.c b/io/io_sendfile.c index 1f6a1d8..591bef0 100644 --- a/io/io_sendfile.c +++ b/io/io_sendfile.c @@ -45,6 +45,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) { #ifdef __hpux__ +#define _LARGEFILE64_SOURCE #include #include #include