summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-05-06 21:57:46 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-05-06 21:57:46 +0100
commit06d80058fa084f672f544ae4e12866796e5f759c (patch)
treeb2c014b899d658c6e5982a318151b1e506607c0c /src/OS
parent7d758a6a6842fac6c511039c29d76300e2e21ccd (diff)
Enable use of sendfile on FreeBSD
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/os.c-FreeBSD1
1 files changed, 0 insertions, 1 deletions
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 <sys/sendfile.h>
ssize_t
os_sendfile(int out, int in, off_t * off, size_t cnt)