On Oct 10, 2009, at 4:09 PM, Bjoern A. Zeeb wrote:
On Sat, 10 Oct 2009, Michael Tuexen wrote:
Author: tuexen
Date: Sat Oct 10 13:59:18 2009
New Revision: 197929
URL: http://svn.freebsd.org/changeset/base/197929
Log:
Correct include order as indicated by bz.
Approved by: re (mentor)
s,re,rrs, ?
Sorry, rrs...
Best regards
Michael
MFC after: 3 days
Modified:
head/sys/netinet/sctp_os_bsd.h
Modified: head/sys/netinet/sctp_os_bsd.h
=
=
=
=
=
=
=
=
=
=====================================================================
--- head/sys/netinet/sctp_os_bsd.h Sat Oct 10 03:32:46 2009
(r197928)
+++ head/sys/netinet/sctp_os_bsd.h Sat Oct 10 13:59:18 2009
(r197929)
@@ -67,6 +67,7 @@ __FBSDID("$FreeBSD$");
#include <net/if_types.h>
#include <net/if_var.h>
#include <net/route.h>
+#include <net/vnet.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
@@ -77,8 +78,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/ip_icmp.h>
#include <netinet/icmp_var.h>
-#include <net/vnet.h>
-
#ifdef IPSEC
#include <netipsec/ipsec.h>
#include <netipsec/key.h>
--
Bjoern A. Zeeb It will not break if you know what you are
doing.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"