summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_mark.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-28 16:41:50 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-28 16:41:50 +0000
commitfde395370ead306b770a3d4685e4bc1d6972266d (patch)
tree11550cade8711e45d3e4f774efd8fde0990b0fbb /include/linux/netfilter_ipv4/ipt_mark.h
parent76258727e101a0960cc8fcf84d9a451e4b5fd9b5 (diff)
Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_mark.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_mark.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_mark.h b/include/linux/netfilter_ipv4/ipt_mark.h
index b9e79fd2..f3952b56 100644
--- a/include/linux/netfilter_ipv4/ipt_mark.h
+++ b/include/linux/netfilter_ipv4/ipt_mark.h
@@ -2,11 +2,7 @@
#define _IPT_MARK_H
struct ipt_mark_info {
-#ifdef KERNEL_64_USERSPACE_32
- unsigned long long mark, mask;
-#else
unsigned long mark, mask;
-#endif
u_int8_t invert;
};