From a87c59f3524ca031a40d21ba82e00b26383e6b6f Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Mon, 18 Sep 2000 16:06:05 +0000 Subject: The port was suffering bit rot deriving from differences between the previous pcm driver and newpcm. This replacement port adds newpcm mixer support and brings port up to date with the current rat release (4.2.9). PR: 21333 Submitted by: maintainer --- mbone/rat/files/patch-ad | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'mbone/rat/files/patch-ad') diff --git a/mbone/rat/files/patch-ad b/mbone/rat/files/patch-ad index b1756adb31a2..aa499c0f54ab 100644 --- a/mbone/rat/files/patch-ad +++ b/mbone/rat/files/patch-ad @@ -1,13 +1,11 @@ ---- 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 @@ - } - } +--- rat/Makefile.in.orig Sat Sep 16 20:45:21 2000 ++++ rat/Makefile.in Sat Sep 16 20:45:29 2000 +@@ -15,7 +15,7 @@ + ECHO = echo -+#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; + VERSION = @VERSION@ +-RATVER = rat-$(VERSION) ++RATVER = rat + + AU_OBJ = @AU_OBJ@ + AU_INC = @AU_INC@ -- cgit v1.2.3