--- Gnu-Mach/kern/processor.c 2020/09/02 04:49:50 1.1.1.5 +++ Gnu-Mach/kern/processor.c 2020/09/02 04:51:56 1.1.1.6 @@ -109,7 +109,7 @@ void pset_sys_init(void) * Allocate the cache for processor sets. */ kmem_cache_init(&pset_cache, "processor_set", - sizeof(struct processor_set), 0, NULL, NULL, NULL, 0); + sizeof(struct processor_set), 0, NULL, 0); /* * Give each processor a control port. @@ -849,7 +849,7 @@ processor_set_things( int type) { unsigned int actual; /* this many things */ - int i; + unsigned i; vm_size_t size, size_needed; vm_offset_t addr;