Re: [PATCH] udp: net-2.6.22 build fix

2007-03-07 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 8 Mar 2007 08:51:48 +1100 > Perhaps we can recode these macros so that they always get > compiled-checked? Yes, we really should. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] udp: net-2.6.22 build fix

2007-03-07 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 7 Mar 2007 13:47:43 -0800 > Recent change broke build of UDP. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [

Re: [PATCH] udp: net-2.6.22 build fix

2007-03-07 Thread Herbert Xu
On Wed, Mar 07, 2007 at 01:47:43PM -0800, Stephen Hemminger wrote: > Recent change broke build of UDP. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Thanks for that Stephen. Somehow this one got away. Perhaps we can recode these macros so that they always get compiled-checked? Cheer