summaryrefslogtreecommitdiffstats
path: root/ip6t_MAP66.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6t_MAP66.c')
-rw-r--r--ip6t_MAP66.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c
index a887eef..239378e 100644
--- a/ip6t_MAP66.c
+++ b/ip6t_MAP66.c
@@ -55,12 +55,13 @@ static void map16(
# ifndef bool
# define bool int
# define false 0
-# define true 0
+# define true 1
# endif
# define xt_target ip6t_target
# define __read_mostly
# define xt_register_target ip6t_register_target
# define xt_unregister_target ip6t_unregister_target
+# define pr_devel(fmt, ...) ({ if (0); })
#endif
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,24)