mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
12 lines
310 B
C
12 lines
310 B
C
--- 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
|