2003-09-09 12:27:47

by Eyal Lebedinsky

[permalink] [raw]
Subject: Re: Linux 2.6.0-test5: CONFIG_ATM_BR2684 build fails

allmodconfig, i386:

CC [M] net/atm/br2684.o
net/atm/br2684.c: In function `br2684_seq_show':
net/atm/br2684.c:735: `pos' undeclared (first use in this function)
net/atm/br2684.c:735: (Each undeclared identifier is reported only once
net/atm/br2684.c:735: for each function it appears in.)
net/atm/br2684.c:736: `buf' undeclared (first use in this function)
make[2]: *** [net/atm/br2684.o] Error 1
make[1]: *** [net/atm] Error 2
make: *** [net] Error 2

--
Eyal Lebedinsky ([email protected]) <http://samba.org/eyal/>


2003-09-09 16:11:20

by Mitchell Blank Jr

[permalink] [raw]
Subject: Re: Linux 2.6.0-test5: CONFIG_ATM_BR2684 build fails

Eyal Lebedinsky wrote:
> net/atm/br2684.c: In function `br2684_seq_show':
> net/atm/br2684.c:735: `pos' undeclared (first use in this function)

There is a patch posted elsewhere for this already, I believe it's in
davem's queue:
http://sourceforge.net/mailarchive/message.php?msg_id=5990455

-Mitch