From a54381c95b2c5b56bd273336d05c565b433c6438 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Sat, 30 Jun 2007 10:47:57 +0000 Subject: Removes KERNEL_64_USERSPACE_32 The recent kernel has compat layer for iptables. It doesn't have compat layer for libipq and ip6tables, but ip6tables with KERNEL_64_USERSPACE_32 is still broken. We should fix kernel instead of fixing them if and when we want use their 32bit binary with 64bit kernel. --- include/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/linux/netfilter_ipv4/ipt_CLUSTERIP.h') diff --git a/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h b/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h index 6f76060..a8252ea 100644 --- a/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h +++ b/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h @@ -27,11 +27,7 @@ struct ipt_clusterip_tgt_info { enum clusterip_hashmode hash_mode; u_int32_t hash_initval; -#ifdef KERNEL_64_USERSPACE_32 - u_int64_t config; -#else struct clusterip_config *config; -#endif }; #endif /*_IPT_CLUSTERIP_H_target*/ -- cgit v1.2.3