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/>
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