X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7d758a6a6842fac6c511039c29d76300e2e21ccd..7434882dd8dae78f598f41c9f9bcd42b2ee7f4a7:/src/OS/os.c-FreeBSD diff --git a/src/OS/os.c-FreeBSD b/src/OS/os.c-FreeBSD index a892e5940..1261b8557 100644 --- a/src/OS/os.c-FreeBSD +++ b/src/OS/os.c-FreeBSD @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Jeremy Harris 2017 */ +/* Copyright (c) Jeremy Harris 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ /* FreeBSD-specific code. This is concatenated onto the generic @@ -12,7 +12,6 @@ src/os.c file. */ /************* * Sendfile * *************/ -#include ssize_t os_sendfile(int out, int in, off_t * off, size_t cnt)