svn commit: r201570 - user/luigi/ipfw3-head/sys/netinet/ipfw

Luigi Rizzo luigi at FreeBSD.org
Tue Jan 5 11:38:38 UTC 2010


Author: luigi
Date: Tue Jan  5 11:38:37 2010
New Revision: 201570
URL: http://svn.freebsd.org/changeset/base/201570

Log:
  remove unnecessary dependency

Modified:
  user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c

Modified: user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c
==============================================================================
--- user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c	Tue Jan  5 11:30:06 2010	(r201569)
+++ user/luigi/ipfw3-head/sys/netinet/ipfw/ip_fw_pfil.c	Tue Jan  5 11:38:37 2010	(r201570)
@@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/ip_var.h>
 #include <netinet/ip_fw.h>
 #include <netinet/ipfw/ip_fw_private.h>
-#include <netinet/ip_dummynet.h>
 #include <netgraph/ng_ipfw.h>
 
 #include <machine/in_cksum.h>


More information about the svn-src-user mailing list