From 7d5cc229064b0e718046b9ecaebad3426dfff15f Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI 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 f60fc4bd..3cd13292 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