--- Gnu-Mach/kern/act.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/act.h 2020/09/02 04:45:19 1.1.1.2 @@ -34,7 +34,6 @@ #define __dead #endif -#include #include #include #include @@ -141,10 +140,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;