PERFORCE change 144604 for review

Julian Elischer julian at FreeBSD.org
Fri Jul 4 08:50:44 UTC 2008


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

Change 144604 by julian at julian_trafmon1 on 2008/07/04 08:50:33

	fix typo in basevnet

Affected files ...

.. //depot/projects/vimage-commit3/src/sys/sys/vimage.h#3 edit

Differences ...

==== //depot/projects/vimage-commit3/src/sys/sys/vimage.h#3 (text+ko) ====

@@ -50,7 +50,7 @@
 
 #define curvnet curthread->td_vnet
 
-#define basevnet thread0.td_ucred->cr_vimage->v_vnet
+#define basevnet thread0.td_ucred->cr_vimage->v_net
 #define basevprocg thread0.td_ucred->cr_vimage->v_procg
 #define basevcpu thread0.td_ucred->cr_vimage->v_cpu
 


More information about the p4-projects mailing list