Re: [patch net-2.6.25][IPV4][FIB] fix fib_proc compilation error

2008-01-25 Thread Stephen Hemminger
Nevermind, Patch looks fine for 2.6.25, it wasn't needed for 2.6.24 Sorry, need more coffee... -- Stephen Hemminger <[EMAIL PROTECTED]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.or

Re: [patch net-2.6.25][IPV4][FIB] fix fib_proc compilation error

2008-01-25 Thread Stephen Hemminger
EBOGUSWHITESPACE > +static inline void fib_proc_exit(struct net *net) > +{ > + return ; > +} > #endif Whole patch is unnecessary, since the fib_proc_init is gone in the tree going into 2.6.25 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [E

[patch net-2.6.25][IPV4][FIB] fix fib_proc compilation error

2008-01-25 Thread Daniel Lezcano
Subject: fix fib_proc compilation error From: Daniel Lezcano <[EMAIL PROTECTED]> Fix fib_proc_[init|exit] definition when CONFIG_PROCFS=no Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- include/net/ip_fib.h | 10 ++ 1 file changed, 10 insertions(+) Index: net-2.6.25-fix/inclu