Skip to content
Commit 6c00055a authored by David S. Miller's avatar David S. Miller
Browse files

tipc: Don't use structure names which easily globally conflict.



Andrew Morton reported a build failure on sparc32, because TIPC
uses names like "struct node" and there is a like named data
structure defined in linux/node.h

This just regexp replaces "struct node*" to "struct tipc_node*"
to avoid this and any future similar problems.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 37b08e34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment