summaryrefslogtreecommitdiff
path: root/kern/act.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/act.c')
-rw-r--r--kern/act.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/act.c b/kern/act.c
index 4c3839c..321ff98 100644
--- a/kern/act.c
+++ b/kern/act.c
@@ -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;