Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 19:37:06 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163195 for review
Message-ID:  <200905311937.n4VJb6oD025848@repoman.freebsd.org>

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

Change 163195 by zec@zec_tpx32 on 2009/05/31 19:36:12

	Unbreak GENERIC build.

Affected files ...

.. //depot/projects/vimage/src/sys/net/if_loop.c#47 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if_loop.c#47 (text+ko) ====

@@ -118,7 +118,6 @@
 
 #ifdef VIMAGE_GLOBALS
 struct ifnet *loif;			/* Used externally */
-static LIST_HEAD(lo_list, lo_softc) lo_list;
 #endif
 
 #ifdef VIMAGE
@@ -193,7 +192,6 @@
 	if_attach(ifp);
 	bpfattach(ifp, DLT_NULL, sizeof(u_int32_t));
 	mtx_lock(&lo_mtx);
-	LIST_INSERT_HEAD(&V_lo_list, sc, sc_next);
 	mtx_unlock(&lo_mtx);
 
 	return (0);



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