2003-09-10 22:44:10

by Matias Alejo Garcia

[permalink] [raw]
Subject: test5-bk1: Compilation Error in net/atm/br2684.c


Compiling 2.6.0test5-bk1, I got the following:

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


Related configuration:
-------------
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
CONFIG_ATM_CLIP_NO_ICMP=y
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_ATM_BR2684=m
CONFIG_ATM_BR2684_IPFILTER=y
CONFIG_VLAN_8021Q=m


mat?as

--
mat?as <-> http://matiu.com.ar


2003-09-11 00:20:41

by Randy.Dunlap

[permalink] [raw]
Subject: Re: test5-bk1: Compilation Error in net/atm/br2684.c

On Wed, 10 Sep 2003 19:28:26 -0400 Matias Alejo Garcia <[email protected]> wrote:

|
| Compiling 2.6.0test5-bk1, I got the following:
|
| -------------
| 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

Yes, bug and patch have been posted several times...

Maybe in netdev archives instead of lkml.
See http://oss.sgi.com/projects/netdev/archive/

--
~Randy