diff options
Diffstat (limited to 'net/libunp/files/patch-as')
-rw-r--r-- | net/libunp/files/patch-as | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-as b/net/libunp/files/patch-as new file mode 100644 index 000000000000..5ac07b948fdb --- /dev/null +++ b/net/libunp/files/patch-as @@ -0,0 +1,11 @@ +--- lib/mcast_join.c- Tue Feb 8 15:12:14 2000 ++++ lib/mcast_join.c Tue Feb 8 15:12:37 2000 +@@ -56,7 +56,7 @@ + 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 |