diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-03-18 22:11:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-18 22:11:29 -0400 |
commit | 4b704d59d6fb152bcd0883b84af5936a29067f12 (patch) | |
tree | 037d55170484c0140e86e76fbf4a07c7ad40501d /net/tipc/bcast.h | |
parent | beedad923ad6237f03265fdf86eb8a1b50d14ae9 (diff) |
tipc: fix non-const printf format arguments
Fix warnings from current gcc about using non-const strings as printf
args in TIPC. Compile tested only (not a TIPC user).
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 2f2d731bc1c2..4c1771e95c99 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -70,7 +70,7 @@ struct port_list { | |||
70 | 70 | ||
71 | struct tipc_node; | 71 | struct tipc_node; |
72 | 72 | ||
73 | extern char tipc_bclink_name[]; | 73 | extern const char tipc_bclink_name[]; |
74 | 74 | ||
75 | 75 | ||
76 | /** | 76 | /** |