Compiling 2.6.17-1.2174_FC5 fails:
CC [M] net/tux/proto_ftp.o net/tux/proto_ftp.c: In function ‘ftp_accept_pasv’: net/tux/proto_ftp.c:897: error: ‘icsk’ undeclared (first use in this function) net/tux/proto_ftp.c:897: error: (Each undeclared identifier is reported only once net/tux/proto_ftp.c:897: error: for each function it appears in.) make[2]: *** [net/tux/proto_ftp.o] Error 1 make[1]: *** [net/tux] Error 2 make: *** [net] Error 2
I have no idea what needs to be done to fix this.
Geoffrey
On Mon, Aug 28, 2006 at 07:00:20PM -0400, R. G. Newbury wrote:
Compiling 2.6.17-1.2174_FC5 fails:
CC [M] net/tux/proto_ftp.o net/tux/proto_ftp.c: In function ‘ftp_accept_pasv’: net/tux/proto_ftp.c:897: error: ‘icsk’ undeclared (first use in this function) net/tux/proto_ftp.c:897: error: (Each undeclared identifier is reported only once net/tux/proto_ftp.c:897: error: for each function it appears in.) make[2]: *** [net/tux/proto_ftp.o] Error 1 make[1]: *** [net/tux] Error 2 make: *** [net] Error 2
I have no idea what needs to be done to fix this.
the icsk-> on that line should be an icsk1-> (Or you can just delete it, it's just a debug printk)
I'll fix this up in CVS. I guess it succeeded in the buildsys because we didn't have whatever debug option you picked up that made that dprintk do something.
Dave