diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /net/libunp/files/patch-lib_mcast__join.c | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to 'net/libunp/files/patch-lib_mcast__join.c')
-rw-r--r-- | net/libunp/files/patch-lib_mcast__join.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-lib_mcast__join.c b/net/libunp/files/patch-lib_mcast__join.c new file mode 100644 index 000000000000..4d7c7e9c3c94 --- /dev/null +++ b/net/libunp/files/patch-lib_mcast__join.c @@ -0,0 +1,11 @@ +--- lib/mcast_join.c.orig 1997-06-19 03:15:06 UTC ++++ lib/mcast_join.c +@@ -56,7 +56,7 @@ doioctl: + else + mreq6.ipv6mr_interface = 0; + +- return(setsockopt(sockfd, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP, ++ return(setsockopt(sockfd, IPPROTO_IPV6, IPV6_JOIN_GROUP, + &mreq6, sizeof(mreq6))); + } + #endif |