--- Gnu-Mach/ipc/ipc_init.c 2020/09/02 04:36:56 1.1 +++ Gnu-Mach/ipc/ipc_init.c 2020/09/02 04:42:36 1.1.1.3 @@ -92,7 +92,7 @@ ipc_bootstrap(void) zinit(sizeof(struct ipc_port), ipc_port_max * sizeof(struct ipc_port), sizeof(struct ipc_port), - ZONE_EXHAUSTIBLE, "ipc ports"); + 0, "ipc ports"); ipc_object_zones[IOT_PORT_SET] = zinit(sizeof(struct ipc_pset), @@ -111,7 +111,7 @@ ipc_bootstrap(void) #if NORMA_IPC kr = ipc_space_create_special(&ipc_space_remote); assert(kr == KERN_SUCCESS); -#endif NORMA_IPC +#endif /* NORMA_IPC */ /* initialize modules with hidden data structures */