Author: luigi
Date: Thu Jan  7 10:27:52 2010
New Revision: 201734
URL: http://svn.freebsd.org/changeset/base/201734

Log:
  put ip_var before ip_fw_private.h as this will be needed in
  the near future

Modified:
  head/sys/net/if_ethersubr.c

Modified: head/sys/net/if_ethersubr.c
==============================================================================
--- head/sys/net/if_ethersubr.c Thu Jan  7 10:23:07 2010        (r201733)
+++ head/sys/net/if_ethersubr.c Thu Jan  7 10:27:52 2010        (r201734)
@@ -70,10 +70,10 @@
 #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_dummynet.h>
-#include <netinet/ip_var.h>
 #endif
 #ifdef INET6
 #include <netinet6/nd6.h>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to