git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a43ce
)
sctp: fix sack_timeout sysctl min and max types
author
Jean-Mickael Guerin
<jean-mickael.guerin@6wind.com>
Tue, 12 May 2009 22:03:20 +0000
(
00:03
+0200)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Wed, 3 Jun 2009 13:14:46 +0000
(09:14 -0400)
sctp_sack_timeout is defined as int, but the sysctl's maxsize is set
to sizeof(long) and the min/max are defined as long.
Signed-off-by: jean-mickael.guerin@6wind.com
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
No differences found