tipc: fix non-const printf format arguments
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 19 Mar 2009 02:11:29 +0000 (19:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2009 02:11:29 +0000 (19:11 -0700)
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>

No differences found