--- Gnu-Mach/include/mach/mach_host.defs 2020/09/02 04:45:42 1.1.1.2 +++ Gnu-Mach/include/mach/mach_host.defs 2020/09/02 04:50:24 1.1.1.4 @@ -47,6 +47,10 @@ subsystem #include #include +#ifdef MACH_HOST_IMPORTS +MACH_HOST_IMPORTS +#endif + /* * Get list of processors on this host. */ @@ -292,7 +296,7 @@ routine host_reboot( * [ To unwire the pages, specify VM_PROT_NONE. ] */ routine vm_wire( - host_priv : host_priv_t; + host : mach_port_t; task : vm_task_t; address : vm_address_t; size : vm_size_t;