Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2009 07:09:23 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163475 for review
Message-ID:  <200906040709.n5479NuA023846@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163475

Change 163475 by zec@zec_amdx4 on 2009/06/04 07:08:24

	Unbreak VLINT build.

Affected files ...

.. //depot/projects/vimage/src/sys/nfsclient/bootp_subr.c#19 edit

Differences ...

==== //depot/projects/vimage/src/sys/nfsclient/bootp_subr.c#19 (text+ko) ====

@@ -390,7 +390,7 @@
 void
 bootpboot_p_iflist(void)
 {
-	INIT_VNET_NET(basevnet);
+	INIT_VNET_NET(curvnet);
 	struct ifnet *ifp;
 	struct ifaddr *ifa;
 
@@ -1600,7 +1600,7 @@
 void
 bootpc_init(void)
 {
-	INIT_VNET_NET(basevnet); /* XXX only look at base vnet interfaces? */
+	INIT_VNET_NET(curvnet);
 	struct bootpc_ifcontext *ifctx, *nctx;	/* Interface BOOTP contexts */
 	struct bootpc_globalcontext *gctx; 	/* Global BOOTP context */
 	struct ifnet *ifp;



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