diff options
Diffstat (limited to 'include/mach')
-rw-r--r-- | include/mach/mach.defs | 2 | ||||
-rw-r--r-- | include/mach/mach_param.h | 4 | ||||
-rw-r--r-- | include/mach/mach_traps.h | 4 | ||||
-rw-r--r-- | include/mach/machine.h | 4 | ||||
-rw-r--r-- | include/mach/message.h | 4 | ||||
-rw-r--r-- | include/mach/mig_errors.h | 4 | ||||
-rw-r--r-- | include/mach/notify.h | 4 | ||||
-rw-r--r-- | include/mach/port.h | 4 | ||||
-rw-r--r-- | include/mach/std_types.defs | 4 | ||||
-rw-r--r-- | include/mach/task_special_ports.h | 4 | ||||
-rw-r--r-- | include/mach/thread_special_ports.h | 4 |
11 files changed, 0 insertions, 42 deletions
diff --git a/include/mach/mach.defs b/include/mach/mach.defs index 36d4277..4b32809 100644 --- a/include/mach/mach.defs +++ b/include/mach/mach.defs @@ -31,8 +31,6 @@ */ #ifdef MACH_KERNEL -#include <mach_ipc_compat.h> - simport <kern/compat_xxx_defs.h>; /* for obsolete routines */ #endif /* MACH_KERNEL */ diff --git a/include/mach/mach_param.h b/include/mach/mach_param.h index ce02ed8..a63acda 100644 --- a/include/mach/mach_param.h +++ b/include/mach/mach_param.h @@ -34,10 +34,6 @@ #ifndef _MACH_MACH_PARAM_H_ #define _MACH_MACH_PARAM_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #define TASK_PORT_REGISTER_MAX 4 /* Number of "registered" ports */ diff --git a/include/mach/mach_traps.h b/include/mach/mach_traps.h index 3303e32..6c051e7 100644 --- a/include/mach/mach_traps.h +++ b/include/mach/mach_traps.h @@ -33,10 +33,6 @@ #ifndef _MACH_MACH_TRAPS_H_ #define _MACH_MACH_TRAPS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #include <mach/port.h> mach_port_t mach_reply_port diff --git a/include/mach/machine.h b/include/mach/machine.h index df8d2a6..b696d4b 100644 --- a/include/mach/machine.h +++ b/include/mach/machine.h @@ -33,10 +33,6 @@ #ifndef _MACH_MACHINE_H_ #define _MACH_MACHINE_H_ -#ifdef MACH_KERNEL -#include <cpus.h> -#endif /* MACH_KERNEL */ - #include <mach/machine/vm_types.h> #include <mach/boolean.h> diff --git a/include/mach/message.h b/include/mach/message.h index 1cd1ad9..9810b3d 100644 --- a/include/mach/message.h +++ b/include/mach/message.h @@ -32,10 +32,6 @@ #ifndef _MACH_MESSAGE_H_ #define _MACH_MESSAGE_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #include <mach/kern_return.h> #include <mach/port.h> diff --git a/include/mach/mig_errors.h b/include/mach/mig_errors.h index eec4c19..e71317a 100644 --- a/include/mach/mig_errors.h +++ b/include/mach/mig_errors.h @@ -31,10 +31,6 @@ #ifndef _MACH_MIG_ERRORS_H_ #define _MACH_MIG_ERRORS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #include <mach/kern_return.h> #include <mach/message.h> diff --git a/include/mach/notify.h b/include/mach/notify.h index 9fa65ad..780e918 100644 --- a/include/mach/notify.h +++ b/include/mach/notify.h @@ -32,10 +32,6 @@ #ifndef _MACH_NOTIFY_H_ #define _MACH_NOTIFY_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #include <mach/port.h> #include <mach/message.h> diff --git a/include/mach/port.h b/include/mach/port.h index 6b9de37..251b87c 100644 --- a/include/mach/port.h +++ b/include/mach/port.h @@ -35,10 +35,6 @@ #ifndef _MACH_PORT_H_ #define _MACH_PORT_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #include <mach/boolean.h> #include <mach/machine/vm_types.h> diff --git a/include/mach/std_types.defs b/include/mach/std_types.defs index b0011f1..b387415 100644 --- a/include/mach/std_types.defs +++ b/include/mach/std_types.defs @@ -30,10 +30,6 @@ #ifndef _MACH_STD_TYPES_DEFS_ #define _MACH_STD_TYPES_DEFS_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif - type char = MACH_MSG_TYPE_CHAR; type short = MACH_MSG_TYPE_INTEGER_16; type int = MACH_MSG_TYPE_INTEGER_32; diff --git a/include/mach/task_special_ports.h b/include/mach/task_special_ports.h index 682c7f6..3d61c83 100644 --- a/include/mach/task_special_ports.h +++ b/include/mach/task_special_ports.h @@ -35,10 +35,6 @@ #ifndef _MACH_TASK_SPECIAL_PORTS_H_ #define _MACH_TASK_SPECIAL_PORTS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #define TASK_KERNEL_PORT 1 /* Represents task to the outside world.*/ #define TASK_EXCEPTION_PORT 3 /* Exception messages for task are diff --git a/include/mach/thread_special_ports.h b/include/mach/thread_special_ports.h index 0ab3646..aa4efe7 100644 --- a/include/mach/thread_special_ports.h +++ b/include/mach/thread_special_ports.h @@ -35,10 +35,6 @@ #ifndef _MACH_THREAD_SPECIAL_PORTS_H_ #define _MACH_THREAD_SPECIAL_PORTS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #define THREAD_KERNEL_PORT 1 /* Represents the thread to the outside world.*/ #define THREAD_EXCEPTION_PORT 3 /* Exception messages for the thread |