Date: Wed, 6 May 2009 22:26:38 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161686 for review Message-ID: <200905062226.n46MQcS3053616@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=161686 Change 161686 by zec@zec_tpx32 on 2009/05/06 22:25:50 A step towards unbreaking the build... Affected files ... .. //depot/projects/vimage-commit/src/sys/compat/svr4/svr4_stat.c#8 edit .. //depot/projects/vimage-commit/src/sys/kern/kern_vimage.c#15 edit Differences ... ==== //depot/projects/vimage-commit/src/sys/compat/svr4/svr4_stat.c#8 (text+ko) ==== @@ -412,6 +412,7 @@ struct thread *td; struct svr4_sys_systeminfo_args *uap; { + INIT_VPROCG(TD_TO_VPROCG(td)); char *str = NULL; int error = 0; register_t *retval = td->td_retval; ==== //depot/projects/vimage-commit/src/sys/kern/kern_vimage.c#15 (text+ko) ==== @@ -59,6 +59,10 @@ struct vimage_list_head vimage_head; struct vnet_list_head vnet_head; struct vprocg_list_head vprocg_head; +#else +#ifndef VIMAGE_GLOBALS +struct vprocg vprocg_0; +#endif #endif void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905062226.n46MQcS3053616>