--- Gnu-Mach/kern/act.c 2020/09/02 04:47:30 1.1.1.4 +++ Gnu-Mach/kern/act.c 2020/09/02 04:51:59 1.1.1.5 @@ -68,7 +68,7 @@ global_act_init(void) { #ifndef ACT_STATIC_KLUDGE kmem_cache_init(&act_cache, "Act", sizeof(struct Act), 0, - NULL, NULL, NULL, 0); + NULL, 0); #else int i;