mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
92700a69ff
now this port supports IPv6. Reviewed by: maintainer
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
--- common/net_udp.c.orig Tue Jun 22 10:54:05 1999
|
|
+++ common/net_udp.c Mon Jan 24 17:14:12 2000
|
|
@@ -335,6 +335,10 @@
|
|
}
|
|
}
|
|
|
|
+#ifndef IPV6_ADD_MEMBERSHIP
|
|
+#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|
|
+#endif
|
|
+
|
|
if (IN6_IS_ADDR_MULTICAST(&(s->addr6))) {
|
|
unsigned int loop = 1;
|
|
struct ipv6_mreq imr;
|