From 79be4ffd486038576b91307260b98c0ff9b203a0 Mon Sep 17 00:00:00 2001 From: marta Date: Thu, 10 Dec 2009 10:43:38 +0000 Subject: [PATCH] Remove radix from compilation. --- dummynet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dummynet/Makefile b/dummynet/Makefile index eab794a..71b0b80 100644 --- a/dummynet/Makefile +++ b/dummynet/Makefile @@ -37,7 +37,7 @@ VER ?= 2.6 obj-m := ipfw_mod.o # generic cflags used on all systems -ipfw-cflags += -Dradix +#ipfw-cflags += -Dradix ipfw-cflags += -DIPFIREWALL_DEFAULT_TO_ACCEPT -DTRACE # _BSD_SOURCE enables __FAVOR_BSD (udp/tcp bsd structs instead of posix) ipfw-cflags += -D_BSD_SOURCE @@ -134,7 +134,7 @@ ipfw_mod-y = $(IPFW_SRCS:%.c=%.o) # Original ipfw and dummynet sources + FreeBSD stuff, IPFW_SRCS = ip_fw2.c ip_dummynet.c ip_fw_pfil.c in_cksum.c -IPFW_SRCS += radix.c +#IPFW_SRCS += radix.c # Module glue and functions missing in linux IPFW_SRCS += ipfw2_mod.c bsd_compat.c hashtable.c new_glue.c -- 2.43.0