From: Pablo Neira Ayuso Date: Mon, 11 Jun 2012 21:58:01 +0000 (+0200) Subject: netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled X-Git-Tag: v3.6-rc1~125^2~563 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352e04b9111d608bd89ba7bd8070846d4f97d104;p=pandora-kernel.git netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled This patch fixes the compilation of the TCP and UDP trackers with sysctl compilation disabled: net/netfilter/nf_conntrack_proto_udp.c: In function ‘udp_init_net_data’: net/netfilter/nf_conntrack_proto_udp.c:279:13: error: ‘struct nf_proto_net’ has no member named ‘user’ net/netfilter/nf_conntrack_proto_tcp.c:1606:9: error: ‘struct nf_proto_net’ has no member named ‘user’ net/netfilter/nf_conntrack_proto_tcp.c:1643:9: error: ‘struct nf_proto_net’ has no member named ‘user’ Reported-by: Fengguang Wu Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed