PERFORCE change 161686 for review
Marko Zec
zec at FreeBSD.org
Wed May 6 22:26:41 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=161686
Change 161686 by zec at 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
More information about the p4-projects
mailing list