[BusyBox 0000980]: patch to avoid "broadcast +" syntax

Roberto A. Foglietta roberto.foglietta at gmail.com
Mon Nov 27 12:47:03 PST 2006


2006/11/24, Denis Vlasenko <vda.linux at googlemail.com>:
>
> +       while (!stop) {
> +               if((p > +                       ;
> +               } else
> +               if(is_BROADCAST_able()) {
> +                       p > +                       stop > +               } else
> +                       break;
>

better have one more #ifdef

    while (!stop) {
        if((p             ;
        } else
#ifdef CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
        if(is_BROADCAST_able()) {
            p             stop             argv--;
        } else
#endif
            break;

 patch attached on this mail

 Cheers,
-- 
/roberto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: busybox-1.2.2.1-ifconfig_3.patch.bz2
Type: application/x-bzip2
Size: 1533 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20061127/fd0ebb0c/attachment.bin 


More information about the busybox mailing list