PERFORCE change 167012 for review

Marko Zec zec at FreeBSD.org
Tue Aug 4 22:52:12 UTC 2009


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

Change 167012 by zec at zec_tpx32 on 2009/08/04 22:52:07

	Fix a typo.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/kern/uipc_socket.c#31 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/kern/uipc_socket.c#31 (text+ko) ====

@@ -344,7 +344,7 @@
 {
 
 #ifndef VIMAGE
-	return (socreate_vnet(dom, aso, type, proto, cred, td, NULL);
+	return (socreate_vnet(dom, aso, type, proto, cred, td, NULL));
 #else
 	return (socreate_vnet(dom, aso, type, proto, cred, td,
 	    CRED_TO_VNET(cred)));


More information about the p4-projects mailing list