[TIPC]: Fix 64-bit build warnings.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Jan 2006 21:22:32 +0000 (13:22 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Jan 2006 22:06:41 +0000 (14:06 -0800)
When storing u32 values in a pointer, need to do
some long casts to keep GCC happy.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found