Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2009 15:10:03 +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: r188675 - head/sys/net
Message-ID:  <200902161510.n1GFA3We059612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902161510.n1GFA3We059612>