svn commit: r201748 - head/sys/netgraph

Luigi Rizzo luigi at FreeBSD.org
Thu Jan 7 14:23:19 UTC 2010


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>


More information about the svn-src-head mailing list