Coding Error in ./net/tux 2.6.17-1.2174 FC5

Dave Jones davej at redhat.com
Sat Sep 2 12:17:57 UTC 2006


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
-- 
http://www.codemonkey.org.uk




More information about the fedora-list mailing list