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/libipq/libipq.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/libipq/libipq.h') diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h index f60fc4b..3cd1329 100644 --- a/include/libipq/libipq.h +++ b/include/libipq/libipq.h @@ -30,13 +30,8 @@ #include #include -#ifdef KERNEL_64_USERSPACE_32 -#include "ip_queue_64.h" -typedef u_int64_t ipq_id_t; -#else #include typedef unsigned long ipq_id_t; -#endif #ifdef DEBUG_LIBIPQ #include -- cgit v1.2.3