Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 14:23:19 +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: r201748 - head/sys/netgraph
Message-ID:  <201001071423.o07ENJnO076084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Thu Jan  7 14:23:19 2010
New Revision: 201748
URL: http://svn.freebsd.org/changeset/base/201748

Log:
  ip_var.h now needs to be before ip_fw_private.h

Modified:
  head/sys/netgraph/ng_ipfw.c

Modified: head/sys/netgraph/ng_ipfw.c
==============================================================================
--- head/sys/netgraph/ng_ipfw.c	Thu Jan  7 14:15:34 2010	(r201747)
+++ head/sys/netgraph/ng_ipfw.c	Thu Jan  7 14:23:19 2010	(r201748)
@@ -43,10 +43,10 @@
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
 #include <netinet/in_var.h>
+#include <netinet/ip_var.h>
 #include <netinet/ip_fw.h>
 #include <netinet/ipfw/ip_fw_private.h>
 #include <netinet/ip.h>
-#include <netinet/ip_var.h>
 
 #include <netgraph/ng_message.h>
 #include <netgraph/ng_parse.h>



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