Date: Thu, 7 Jan 2010 10:27:52 +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: r201734 - head/sys/net Message-ID: <201001071027.o07ARqaR021114@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001071027.o07ARqaR021114>