From: Jeremy Harris Date: Sat, 6 May 2017 20:57:46 +0000 (+0100) Subject: Enable use of sendfile on FreeBSD X-Git-Tag: exim-4_90_RC1~167 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/06d80058fa084f672f544ae4e12866796e5f759c Enable use of sendfile on FreeBSD --- diff --git a/src/OS/os.c-FreeBSD b/src/OS/os.c-FreeBSD index a892e5940..715a9ed42 100644 --- a/src/OS/os.c-FreeBSD +++ b/src/OS/os.c-FreeBSD @@ -12,7 +12,6 @@ src/os.c file. */ /************* * Sendfile * *************/ -#include ssize_t os_sendfile(int out, int in, off_t * off, size_t cnt)