summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_ULOG.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_ULOG.h
parent76258727e101a0960cc8fcf84d9a451e4b5fd9b5 (diff)
Removes some KERNEL_64_USERSPACE_32 because linux 2.6 has compat layer
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_ULOG.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_ULOG.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_ULOG.h b/include/linux/netfilter_ipv4/ipt_ULOG.h
index f267ab8e..417aad28 100644
--- a/include/linux/netfilter_ipv4/ipt_ULOG.h
+++ b/include/linux/netfilter_ipv4/ipt_ULOG.h
@@ -26,13 +26,8 @@
/* private data structure for each rule with a ULOG target */
struct ipt_ulog_info {
unsigned int nl_group;
-#ifdef KERNEL_64_USERSPACE_32
- unsigned long long copy_range;
- unsigned long long qthreshold;
-#else
size_t copy_range;
size_t qthreshold;
-#endif
char prefix[ULOG_PREFIX_LEN];
};