svn commit: r201733 - in user/luigi/ipfw3-head/sys: net netgraph

Luigi Rizzo luigi at FreeBSD.org
Thu Jan 7 10:23:07 UTC 2010


Author: luigi
Date: Thu Jan  7 10:23:07 2010
New Revision: 201733
URL: http://svn.freebsd.org/changeset/base/201733

Log:
  missing header shuffling to make this compile

Modified:
  user/luigi/ipfw3-head/sys/net/if_ethersubr.c
  user/luigi/ipfw3-head/sys/netgraph/ng_ipfw.c

Modified: user/luigi/ipfw3-head/sys/net/if_ethersubr.c
==============================================================================
--- user/luigi/ipfw3-head/sys/net/if_ethersubr.c	Thu Jan  7 10:08:05 2010	(r201732)
+++ user/luigi/ipfw3-head/sys/net/if_ethersubr.c	Thu Jan  7 10:23:07 2010	(r201733)
@@ -70,9 +70,9 @@
 #include <netinet/in.h>
 #include <netinet/in_var.h>
 #include <netinet/if_ether.h>
+#include <netinet/ip_var.h>
 #include <netinet/ip_fw.h>
 #include <netinet/ipfw/ip_fw_private.h>
-#include <netinet/ip_var.h>
 #endif
 #ifdef INET6
 #include <netinet6/nd6.h>

Modified: user/luigi/ipfw3-head/sys/netgraph/ng_ipfw.c
==============================================================================
--- user/luigi/ipfw3-head/sys/netgraph/ng_ipfw.c	Thu Jan  7 10:08:05 2010	(r201732)
+++ user/luigi/ipfw3-head/sys/netgraph/ng_ipfw.c	Thu Jan  7 10:23:07 2010	(r201733)
@@ -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-user mailing list