* 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
/*************
* Sendfile *
*************/
-#include <sys/sendfile.h>
ssize_t
os_sendfile(int out, int in, off_t * off, size_t cnt)