Em Mon, Mar 05, 2001 at 01:26:25PM -0600, Jeff Garzik escreveu:
> Tiny unimportant cleanups. Kill warnings, etc.
>
> Changes:
> net/ipx/af_ipx.c: put braces around what compiler calls an "ambigiuous if"
<SNIP>
> diff -u linux_2_4/net/ipx/af_ipx.c:1.1.1.18 linux_2_4/net/ipx/af_ipx.c:1.1.1.18.2.1
> --- linux_2_4/net/ipx/af_ipx.c:1.1.1.18 Sun Mar 4 14:54:38 2001
> +++ linux_2_4/net/ipx/af_ipx.c Sun Mar 4 16:39:23 2001
> @@ -450,11 +450,12 @@
> spin_lock_bh(&ipx_interfaces_lock);
> for (i = ipx_interfaces; i;) {
> tmp = i->if_next;
> - if (i->if_dev == dev)
> + if (i->if_dev == dev) {
> if (event == NETDEV_UP)
> ipxitf_hold(i);
> else
> __ipxitf_put(i);
> + }
> i = tmp;
> }
> spin_unlock_bh(&ipx_interfaces_lock);
Already in 2.4.2-ac series and in VGER CVS, together with some bugfixes.
I'm working now in some more routing/broadcasting bugfixes and on the first
IPX sysctls 8)
- Arnaldo
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel