svn commit: r197914 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri Oct 9 19:30:23 UTC 2009


Author: tuexen
Date: Fri Oct  9 19:30:23 2009
New Revision: 197914
URL: http://svn.freebsd.org/changeset/base/197914

Log:
  Do not include vnet.h twice.
  
  Approved by: rrs (mentor)
  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	Fri Oct  9 19:23:12 2009	(r197913)
+++ head/sys/netinet/sctp_os_bsd.h	Fri Oct  9 19:30:23 2009	(r197914)
@@ -67,7 +67,6 @@ __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>


More information about the svn-src-head mailing list