summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
committerae <ae@FreeBSD.org>2016-06-09 05:48:34 +0000
commit48b268cd67c458f32546db9424e1950747931521 (patch)
treea326f8b250309a74cb46e25eb63efcab4f56db03 /sys/modules/tcp
parent43304caec75d951f4e8e24379f9a2b8bafe05b61 (diff)
downloadFreeBSD-src-48b268cd67c458f32546db9424e1950747931521.zip
FreeBSD-src-48b268cd67c458f32546db9424e1950747931521.tar.gz
Cleanup unneded include "opt_ipfw.h".
It was used for conditional build IPFIREWALL_FORWARD support. But IPFIREWALL_FORWARD option was removed a long time ago.
Diffstat (limited to 'sys/modules/tcp')
-rw-r--r--sys/modules/tcp/fastpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tcp/fastpath/Makefile b/sys/modules/tcp/fastpath/Makefile
index d9a6587..c6469fe 100644
--- a/sys/modules/tcp/fastpath/Makefile
+++ b/sys/modules/tcp/fastpath/Makefile
@@ -7,7 +7,7 @@
KMOD= fastpath
SRCS= fastpath.c
-SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h
+SRCS+= opt_inet.h opt_inet6.h opt_ipsec.h
SRCS+= opt_tcpdebug.h
#
OpenPOWER on IntegriCloud