From: Krzysztof Wilczynski Date: Thu, 20 Oct 2011 12:18:04 +0000 (+0100) Subject: ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function. X-Git-Tag: v3.2-rc1~68^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23ebf0fa9e1548c94d8277e393be97ba48faa06;p=pandora-kernel.git ipvs: Fix compilation error in ip_vs.h for ip_vs_confirm_conntrack function. This is to address the following error during the compilation: In file included from kernel/sysctl_binary.c:6: include/net/ip_vs.h:1406: error: expected identifier or ‘(’ before ‘{’ token make[1]: *** [kernel/sysctl_binary.o] Error 1 make[1]: *** Waiting for unfinished jobs.... That manifests itself when CONFIG_IP_VS_NFCT is undefined in .config file. Signed-off-by: Krzysztof Wilczynski Signed-off-by: Simon Horman --- Reading git-diff-tree failed