Re: IPX changes introduce warning.

2006-08-09 Thread David Miller
From: Dave Jones <[EMAIL PROTECTED]> Date: Wed, 9 Aug 2006 19:44:17 -0400 > We've just added an implicit declaration in the latest tree.. > > net/ipx/af_ipx.c: In function 'ipx_rcv': > net/ipx/af_ipx.c:1648: error: implicit declaration of function 'ipxhdr' > > (Yes, my builds fail on -Werror-imp

IPX changes introduce warning.

2006-08-09 Thread Dave Jones
We've just added an implicit declaration in the latest tree.. net/ipx/af_ipx.c: In function 'ipx_rcv': net/ipx/af_ipx.c:1648: error: implicit declaration of function 'ipxhdr' (Yes, my builds fail on -Werror-implicit, so that things like this get caught early) Probably something simple like a mi