Skip to content

Commit

Permalink
Merge branch 'libpcap' of https://github.com/robertdavidgraham/masscan
Browse files Browse the repository at this point in the history
…into libpcap
  • Loading branch information
robertdavidgraham committed May 31, 2017
2 parents 8a72030 + d4f8115 commit 797eddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawsock-pcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static unsigned null_CAN_TRANSMIT(const char *devicename)
return result;
#elif defined(__linux__)
return 1;
#elif defined(__APPLE__) || defined(__FreeBSD__)
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
return 1;
#else
#error unknown os
Expand Down

0 comments on commit 797eddd

Please sign in to comment.