Re: [PATCH] xfrm6: move define/ifdef check order

2006-07-03 Thread David Miller
From: "Randy.Dunlap" <[EMAIL PROTECTED]> Date: Sun, 2 Jul 2006 14:36:11 -0700 > From: Randy Dunlap <[EMAIL PROTECTED]> > > The first check for #ifdef XFRM6_TUNNEL_SPI_MAGIC needs to come after > the optional #define of it, otherwise the variable won't be there > for the rest of the code to use. >

Re: [PATCH] xfrm6: move define/ifdef check order

2006-07-03 Thread Nicolas DICHTEL
I point out this issue a long time ago ... http://marc.theaimsgroup.com/?l=linux-netdev&m=113032946908126&w=2 Regards, Nicolas Randy.Dunlap a écrit : From: Randy Dunlap <[EMAIL PROTECTED]> The first check for #ifdef XFRM6_TUNNEL_SPI_MAGIC needs to come after the optional #define of it, otherw

[PATCH] xfrm6: move define/ifdef check order

2006-07-02 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> The first check for #ifdef XFRM6_TUNNEL_SPI_MAGIC needs to come after the optional #define of it, otherwise the variable won't be there for the rest of the code to use. Shouldn't that CONFIG_IPV6_XFRM6_TUNNEL_DEBUG be part of Kconfig or have its name changed