| commit | 810c07194f6ef541625e65b53392e9f605611a1a | [log] [tgz] |
|---|---|---|
| author | Andrei Pelinescu-Onciul <andrei@iptel.org> | Wed Dec 02 01:16:49 2009 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 01:16:49 2009 -0800 |
| tree | 9ba4de19f2762a08ab4853c24feed86b1e373278 | |
| parent | acb3cecdf89f9a9f30bf493f07dc5af333b45f8e [diff] |
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 <andrei@iptel.org>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>