From: Patrick McHardy Date: Tue, 10 Jan 2006 01:48:09 +0000 (-0800) Subject: [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures X-Git-Tag: v2.6.16-rc1~446^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babbdb1a18d37e57acae7e348ef122f2b905df0a;p=pandora-kernel.git [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures The connection tracking timeout variables are unsigned long, but proc_dointvec_jiffies is used with sizeof(unsigned int) in the sysctl tables. Since there is no proc_doulongvec_jiffies function, change the timeout variables to unsigned int. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed