Hi!

The attached patch fix the FTBFS issue on amd64.  It's a simple
one-liner.

I am not tagging the bug, because the other issue remains (and look a
lot like #336746, btw).

Regards,
-- 
Jérémy
diff -urN linphone-1.4.1.old/mediastreamer2/src/ice.c 
linphone-1.4.1/mediastreamer2/src/ice.c
--- linphone-1.4.1.old/mediastreamer2/src/ice.c 2006-08-22 16:34:26.000000000 
+0200
+++ linphone-1.4.1/mediastreamer2/src/ice.c     2006-09-30 02:12:07.000000000 
+0200
@@ -173,7 +173,7 @@
   int err, tmp;
   int sock;
   struct sockaddr_storage addr;
-  size_t addr_len;
+  socklen_t addr_len;
 
   strcpy (loc, "127.0.0.1");    /* always fallback to local loopback */
 

Attachment: signature.asc
Description: Digital signature

Reply via email to