commit | 9cb5734e5b9b26097c7fa28a9c6426a204cc15e3 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Sat Jan 12 02:16:03 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:59:56 2008 -0800 |
tree | a8a098affaa86890b49ce7d52dc365d34213e188 | |
parent | c40896de50c73e7835b34f23bea96625edd9d6c4 [diff] |
[TCP]: Convert several length variable to unsigned. Several length variables cannot be negative, so convert int to unsigned int. This also allows us to do sane shift operations on those variables. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>