svn commit: r188675 - head/sys/net

Luigi Rizzo luigi at FreeBSD.org
Mon Feb 16 07:10:04 PST 2009


Author: luigi
Date: Mon Feb 16 15:10:03 2009
New Revision: 188675
URL: http://svn.freebsd.org/changeset/base/188675

Log:
  we need if_var.h not if.h

Modified:
  head/sys/net/vnet.h

Modified: head/sys/net/vnet.h
==============================================================================
--- head/sys/net/vnet.h	Mon Feb 16 15:09:37 2009	(r188674)
+++ head/sys/net/vnet.h	Mon Feb 16 15:10:03 2009	(r188675)
@@ -35,7 +35,7 @@
 
 #include "opt_route.h"
 
-#include <net/if.h>
+#include <net/if_var.h>
 #include <net/route.h>
 
 struct vnet_net {


More information about the svn-src-head mailing list