From 661c972004398e8dda3e91cb2076597f34248ebb Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Sun, 16 Oct 2016 15:37:08 +0200 Subject: [PATCH] Allow to build bjoern on DragonFly. --- bjoern/portable_sendfile.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bjoern/portable_sendfile.c b/bjoern/portable_sendfile.c index 977b3346..63f45553 100644 --- a/bjoern/portable_sendfile.c +++ b/bjoern/portable_sendfile.c @@ -18,9 +18,7 @@ return len; } -#elif defined __FreeBSD__ - - /* FreeBSD */ +#elif defined(__FreeBSD__) || defined(__DragonFly__) #include #include