Skip to content

Commit

Permalink
ipv4: Fix fib_trie build in some configurations.
Browse files Browse the repository at this point in the history
If we end up including include/linux/node.h (either explicitly
or implicitly) that header has a definition of "structt node"
too.

So rename the one we use in fib_trie to "rt_trie_node" to avoid
the conflict.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 3, 2011
1 parent 442b963 commit b299e4f
Showing 1 changed file with 60 additions and 60 deletions.
Loading

0 comments on commit b299e4f

Please sign in to comment.