From 3673435acd1e04617ca297a958167a8843328448 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 28 Jun 2007 16:41:50 +0000 Subject: Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer --- include/linux/netfilter_ipv4/ipt_connmark.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/linux/netfilter_ipv4/ipt_connmark.h') diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter_ipv4/ipt_connmark.h index 151e268..4657327 100644 --- a/include/linux/netfilter_ipv4/ipt_connmark.h +++ b/include/linux/netfilter_ipv4/ipt_connmark.h @@ -11,11 +11,7 @@ */ struct ipt_connmark_info { -#ifdef KERNEL_64_USERSPACE_32 - unsigned long long mark, mask; -#else unsigned long mark, mask; -#endif u_int8_t invert; }; -- cgit v1.2.3