From: Jean-Mickael Guerin Date: Tue, 12 May 2009 22:03:20 +0000 (+0200) Subject: sctp: fix sack_timeout sysctl min and max types X-Git-Tag: v2.6.31-rc1~330^2~163^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48e074dfdada552fa53f5eab807540f352e0d5d;p=pandora-kernel.git sctp: fix sack_timeout sysctl min and max types 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 --- Reading git-diff-tree failed