summaryrefslogtreecommitdiffstats
path: root/include/libipq/libipq.h
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-30 10:47:57 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-06-30 10:47:57 +0000
commit7d5cc229064b0e718046b9ecaebad3426dfff15f (patch)
treebca510f92999b0ea708c4c316e248ccf86cfb036 /include/libipq/libipq.h
parentfde395370ead306b770a3d4685e4bc1d6972266d (diff)
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.
Diffstat (limited to 'include/libipq/libipq.h')
-rw-r--r--include/libipq/libipq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h
index f60fc4bd..3cd13292 100644
--- a/include/libipq/libipq.h
+++ b/include/libipq/libipq.h
@@ -30,13 +30,8 @@
#include <asm/types.h>
#include <linux/netlink.h>
-#ifdef KERNEL_64_USERSPACE_32
-#include "ip_queue_64.h"
-typedef u_int64_t ipq_id_t;
-#else
#include <linux/netfilter_ipv4/ip_queue.h>
typedef unsigned long ipq_id_t;
-#endif
#ifdef DEBUG_LIBIPQ
#include <stdio.h>