[NETFILTER]: nf_conntrack_sctp: use proper types for bitops
authorPatrick McHardy <kaber@trash.net>
Tue, 15 Jan 2008 07:46:05 +0000 (23:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:34 +0000 (15:02 -0800)
commit35c6d3cbe1b97b860087f6082e764ac8da2a12b2
tree954973fc06badbba45a7428802253469e270c2f1
parent5447d4777c48218e90844fa6f6e544119075faad
[NETFILTER]: nf_conntrack_sctp: use proper types for bitops

Use unsigned long instead of char for the bitmap and removed lots
of casts.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_sctp.c