summaryrefslogtreecommitdiff
path: root/audio/rat/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rat/files/patch-ad')
-rw-r--r--audio/rat/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rat/files/patch-ad b/audio/rat/files/patch-ad
deleted file mode 100644
index b1756adb31a2..000000000000
--- a/audio/rat/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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;