summaryrefslogtreecommitdiff
path: root/audio/rat/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /audio/rat/files/patch-ad
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
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;