--- Gnu-Mach/include/mach/mig_errors.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/include/mach/mig_errors.h 2020/09/02 04:45:39 1.1.1.2 @@ -31,10 +31,6 @@ #ifndef _MACH_MIG_ERRORS_H_ #define _MACH_MIG_ERRORS_H_ -#ifdef MACH_KERNEL -#include -#endif /* MACH_KERNEL */ - #include #include @@ -90,16 +86,4 @@ typedef int (*mig_routine_t)(); /* PCC c #endif #endif -/* Definitions for the old IPC interface. */ - -#if MACH_IPC_COMPAT - -typedef struct { - msg_header_t Head; - msg_type_t RetCodeType; - kern_return_t RetCode; -} death_pill_t; - -#endif /* MACH_IPC_COMPAT */ - #endif /* _MACH_MIG_ERRORS_H_ */