Skip to content

Commit

Permalink
Allow to build bjoern on DragonFly.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDuchateau committed Oct 16, 2016
1 parent 740fa0a commit 661c972
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bjoern/portable_sendfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
return len;
}

#elif defined __FreeBSD__

/* FreeBSD */
#elif defined(__FreeBSD__) || defined(__DragonFly__)

#include <sys/socket.h>
#include <sys/types.h>
Expand Down

0 comments on commit 661c972

Please sign in to comment.