sctp: fix sctp_setsockopt_autoclose compile warning
authorAndrei Pelinescu-Onciul <[email protected]>
Wed, 2 Dec 2009 09:16:49 +0000 (01:16 -0800)
committerDavid S. Miller <[email protected]>
Wed, 2 Dec 2009 09:16:49 +0000 (01:16 -0800)
commit810c07194f6ef541625e65b53392e9f605611a1a
tree9ba4de19f2762a08ab4853c24feed86b1e373278
parentacb3cecdf89f9a9f30bf493f07dc5af333b45f8e
sctp: fix sctp_setsockopt_autoclose compile warning

Fix the following warning, when building on 64 bits:

net/sctp/socket.c:2091: warning: large integer implicitly
                        truncated to unsigned type

Signed-off-by: Andrei Pelinescu-Onciul <[email protected]>
Acked-by: Vlad Yasevich <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sctp/socket.c