ed1fa0d775
Motivation: Modern versions of FreeBSD define IP_RECVORIGDSTADDR, but don't define SOL_IP. This causes the build to fail. Modifications: The equivalent to SOL_IP on FreeBSD is IPPROTO_IP. Define SOL_IP as that if SOL_IP is not defined and IPPROTO_IP is. Result: This allows a successful build on FreeBSD |
||
---|---|---|
.. | ||
main | ||
test/java/io/netty/channel/unix |