PERFORCE change 126518 for review

Marko Zec zec at FreeBSD.org
Mon Sep 17 09:45:56 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126518

Change 126518 by zec at zec_tpx32 on 2007/09/17 16:45:08

	Unbreak VIMAGE + MAC builds.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/tcp_syncache.c#19 edit

Differences ...

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

@@ -970,7 +970,7 @@
 #ifdef MAC
 	if (mac_init_syncache(&maclabel) != 0) {
 		INP_UNLOCK(inp);
-		INP_INFO_WUNLOCK(&tcbinfo);
+		INP_INFO_WUNLOCK(&V_tcbinfo);
 		goto done;
 	} else
 		mac_init_syncache_from_inpcb(maclabel, inp);


More information about the p4-projects mailing list