1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/rat/files/patch-ad
Munechika SUMIKAWA 92700a69ff fix building error on FreeBSD-current.
now this port supports IPv6.

Reviewed by:	maintainer
2000-01-25 10:43:01 +00:00

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;