projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures
[linux-2.6.git]
/
net
/
ipv4
/
netfilter
/
nf_conntrack_l3proto_ipv4.c
diff --git
a/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
b/net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
index
9bdbb77
..
0c56c52
100644
(file)
--- a/
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
+++ b/
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
@@
-277,7
+277,7
@@
static struct nf_hook_ops ipv4_conntrack_local_in_ops = {
#ifdef CONFIG_SYSCTL
/* From nf_conntrack_proto_icmp.c */
-extern unsigned long nf_ct_icmp_timeout;
+extern unsigned int nf_ct_icmp_timeout;
static struct ctl_table_header *nf_ct_ipv4_sysctl_header;
static ctl_table nf_ct_sysctl_table[] = {