diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/act.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1014,7 +1014,7 @@ act_set_special_port(Act *act, int which, ipc_port_t port) */ kern_return_t act_get_state_immediate(act, flavor, old_state, old_state_count) - register Act *act; + Act *act; int flavor; void *old_state; /* pointer to OUT array */ unsigned int *old_state_count; /*IN/OUT*/ @@ -1040,7 +1040,7 @@ act_get_state_immediate(act, flavor, old_state, old_state_count) */ kern_return_t act_set_state_immediate(act, flavor, new_state, new_state_count) - register Act *act; + Act *act; int flavor; void *new_state; unsigned int new_state_count; |