From: marta Date: Thu, 10 Dec 2009 10:43:38 +0000 (+0000) Subject: Remove radix from compilation. X-Git-Tag: ipfw-0.9-8~10 X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=commitdiff_plain;h=79be4ffd486038576b91307260b98c0ff9b203a0 Remove radix from compilation. --- 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