alistair23-linux/net/tipc
David S. Miller 6c00055a81 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: David S. Miller <davem@davemloft.net>
2008-09-02 23:38:32 -07:00
..
addr.c
addr.h
bcast.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
bcast.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
bearer.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
bearer.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
cluster.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
cluster.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
config.c
config.h
core.c
core.h
dbg.c
dbg.h
discover.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
discover.h
eth_media.c
handler.c
Kconfig
link.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
link.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
Makefile
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c
name_table.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
net.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
net.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
netlink.c
node.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
node.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
node_subscr.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
node_subscr.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
port.c
port.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
ref.c
ref.h
socket.c
subscr.c
subscr.h
user_reg.c
user_reg.h
zone.c tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00
zone.h tipc: Don't use structure names which easily globally conflict. 2008-09-02 23:38:32 -07:00