DragonFly BSD
DragonFly bugs List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[PATCH] Nobody using IPFW2?


From: qhwt@xxxxxxxxxxxxx
Date: Sat, 20 Sep 2003 17:35:58 +0900

Hello.
I need the following fix to compile ipfw.ko with IPFW2=true defined
in make.conf .

Regards.


Index: ip_fw2.c
===================================================================
RCS file: /home/source/dragonfly/cvs/src/sys/net/ipfw/ip_fw2.c,v
retrieving revision 1.3
diff -u -r1.3 ip_fw2.c
--- ip_fw2.c	7 Aug 2003 21:17:29 -0000	1.3
+++ ip_fw2.c	20 Sep 2003 07:07:16 -0000
@@ -65,7 +65,7 @@
 #include <netinet/ip_var.h>
 #include <netinet/ip_icmp.h>
 #include "ip_fw.h"
-#include <netinet/ip_dummynet.h>
+#include <net/dummynet/ip_dummynet.h>
 #include <netinet/tcp.h>
 #include <netinet/tcp_timer.h>
 #include <netinet/tcp_var.h>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]