Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2010 11:00:32 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201568 - head/sys/netinet/ipfw
Message-ID:  <201001051100.o05B0WF0075409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001051100.o05B0WF0075409>