Re: [PATCH] build fix for fib_trie

2006-01-03 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 3 Jan 2006 11:49:49 -0800 > Need this to fix build of fib_trie in net-2.6.16 (rebased) tree. > The code needs the new inet_make_mask inline. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsubscribe f

[PATCH] build fix for fib_trie

2006-01-03 Thread Stephen Hemminger
Need this to fix build of fib_trie in net-2.6.16 (rebased) tree. The code needs the new inet_make_mask inline. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.16.orig/net/ipv4/fib_trie.c +++ net-2.6.16/net/ipv4/fib_trie.c @@ -66,6 +66,7 @@ #include #include #include +#inclu