--- Gnu-Mach/kern/act.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/kern/act.h 2020/09/02 04:47:37 1.1.1.3 @@ -34,15 +34,12 @@ #define __dead #endif -#include #include #include #include #include #include -#include "act.h"/*XXX*/ - struct task; struct thread; struct Act; @@ -141,10 +138,6 @@ struct Act { struct ipc_port *self_port; /* a send right */ struct ipc_port *exception_port; /* a send right */ struct ipc_port *syscall_port; /* a send right */ -#if MACH_IPC_COMPAT - struct ipc_port *reply_port; /* a send right */ - struct task *reply_task; -#endif MACH_IPC_COMPAT }; typedef struct Act Act; typedef struct Act *act_t; @@ -181,7 +174,6 @@ kern_return_t act_terminate_task_locked( /* Exported to thread.c */ extern Act null_act; -kern_return_t act_create_kernel(Act **out_act); /* Exported to machine-dependent activation code */ void act_execute_returnhandlers(void); @@ -197,4 +189,4 @@ kern_return_t act_machine_get_state(Act #endif /* MIGRATING_THREADS */ -#endif _KERN_ACT_H_ +#endif /* _KERN_ACT_H_ */