Index: head/java/netty/files/patch-netty_unix_socket.c =================================================================== --- head/java/netty/files/patch-netty_unix_socket.c (nonexistent) +++ head/java/netty/files/patch-netty_unix_socket.c (revision 513186) @@ -0,0 +1,12 @@ +--- netty_unix_socket.c.orig 2019-09-28 17:55:20.362544000 -0700 ++++ netty_unix_socket.c 2019-09-28 17:59:09.282432000 -0700 +@@ -389,6 +389,9 @@ + } + + #ifdef IP_RECVORIGDSTADDR ++#if defined(__FreeBSD__) && !defined(SOL_IP) ++#define SOL_IP IPPROTO_IP ++#endif /* __FreeBSD__ && !SOL_IP */ + if (readLocalAddr) { + for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; cmsg = CMSG_NXTHDR(&msg, cmsg)) { + if (cmsg->cmsg_level == SOL_IP && cmsg->cmsg_type == IP_RECVORIGDSTADDR) { Property changes on: head/java/netty/files/patch-netty_unix_socket.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property