Andrew Morton wrote:
Jeff Garzik <[EMAIL PROTECTED]> wrote:

Andrew Morton wrote:

Could someone please do an allyesconfig build on current -linus and fix up
the bugs?  I get this:

include/linux/if_ether.h:112: undefined reference to `compare_ether_addr'
net/built-in.o(.text+0x10a61b): In function `ebt_stp_check':
net/bridge/netfilter/ebt_stp.c:167: undefined reference to `compare_ether_addr'
net/built-in.o(.text+0x10a631):net/bridge/netfilter/ebt_stp.c:169: undefined 
reference to `compare_ether_addr'

should be fixed in current -linus already?



That was linus-80-minutes-ago...

That was with all the mm goop as well - I don't think I have anything in
that area though.

I was thinking of this..

commit 9819d85c210f5953fffc1052060e589d633f20ed
Author: Linus Torvalds <[EMAIL PROTECTED]>
Date:   Tue Jan 10 19:35:19 2006 -0800

    Fix net/core/wireless.c link failure
It needs <linux/etherdevice.h> for compare_ether_addr()

I suppose these others need to include the header as well...

        Jeff


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to