<span class="gmail_quote">On 8/28/06, <b class="gmail_sendername">Daniel Stränger</b> <<a href="mailto:vlc@schmaller.de">vlc@schmaller.de</a>> wrote:</span>This has been discussed some months ago<br>  -> <a href="http://www.via.ecp.fr/via/ml">
http://www.via.ecp.fr/via/ml</a><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">/vlc-devel/2006-02/msg00278.html<br>and I've recently submitted the same patch
<br>  -> <a href="http://www.via.ecp.fr/via/ml/vlc-devel/2006-08/msg00169.html">http://www.via.ecp.fr/via/ml/vlc-devel/2006-08/msg00169.html</a></blockquote><div><br>Thanks for the heads up, Daniel. The only thing is that I think we both made a mistake:
<br></div><br>#if defined(AF_INET6) && defined(IPV6_ONLY)<br><br>should be<br><br>#if defined(AF_INET6) && defined(IPV6_V6ONLY)<br><br>And good point about src/network/rootwrap.c having the only absence of ifdef (as you wrote, they are present in src/network/io.c and modules/misc/network/ipv6.c). For consitency should 
rootwrap.c include an ifdef or io.c / ipv6.c remove the ifdefs? Rémi, what do you think?<br><br>