Skip to content

Commit

Permalink
Merge pull request jonashaag#98 from OlivierDuchateau/master
Browse files Browse the repository at this point in the history
Allow to build bjoern on DragonFly.
  • Loading branch information
jonashaag authored Oct 16, 2016
2 parents 740fa0a + 661c972 commit 4c19dab
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 4c19dab

Please sign in to comment.