--- Gnu-Mach/kern/ipc_tt.c 2020/09/02 04:47:34 1.1.1.5 +++ Gnu-Mach/kern/ipc_tt.c 2020/09/02 04:52:00 1.1.1.7 @@ -72,7 +72,7 @@ ipc_task_init( int i; - kr = ipc_space_create(&ipc_table_entries[0], &space); + kr = ipc_space_create(&space); if (kr != KERN_SUCCESS) panic("ipc_task_init"); @@ -818,7 +818,7 @@ mach_ports_register( mach_msg_type_number_t portsCnt) { ipc_port_t ports[TASK_PORT_REGISTER_MAX]; - int i; + unsigned i; if ((task == TASK_NULL) || (portsCnt > TASK_PORT_REGISTER_MAX))