svn commit: r201568 - head/sys/netinet/ipfw

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


Author: luigi
Date: Tue Jan  5 11:00:31 2010
New Revision: 201568
URL: http://svn.freebsd.org/changeset/base/201568

Log:
  this file does not require ip_dummynet.h

Modified:
  head/sys/netinet/ipfw/ip_fw_pfil.c

Modified: head/sys/netinet/ipfw/ip_fw_pfil.c
==============================================================================
--- head/sys/netinet/ipfw/ip_fw_pfil.c	Tue Jan  5 10:52:21 2010	(r201567)
+++ head/sys/netinet/ipfw/ip_fw_pfil.c	Tue Jan  5 11:00:31 2010	(r201568)
@@ -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-head mailing list