diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/patches/protected_payload.patch | 14 | ||||
| -rw-r--r-- | debian/patches/series | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/patches/protected_payload.patch b/debian/patches/protected_payload.patch index 85e464e..1ccabe2 100644 --- a/debian/patches/protected_payload.patch +++ b/debian/patches/protected_payload.patch @@ -132,6 +132,20 @@ index 769d892..c7e8526 100644 +routine mach_port_clear_protected_payload( + task : ipc_space_t; + name : mach_port_name_t); +diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs +index bfce6cb..85ad653 100644 +--- a/include/mach/mach_types.defs ++++ b/include/mach/mach_types.defs +@@ -139,6 +139,9 @@ type memory_object_t = mach_port_t + #ifdef MEMORY_OBJECT_INTRAN + intran: MEMORY_OBJECT_INTRAN + #endif ++#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD ++ intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD ++#endif + #ifdef MEMORY_OBJECT_OUTTRAN + outtran: MEMORY_OBJECT_OUTTRAN + #endif diff --git a/include/mach/message.h b/include/mach/message.h index f78e978..0a7297e 100644 --- a/include/mach/message.h diff --git a/debian/patches/series b/debian/patches/series index 1ef9fa0..a3e5e56 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,6 +3,6 @@ 50_initrd.patch 60_bigmem.patch 70_dde.patch -protected_payload.patch mutable-types.patch +protected_payload.patch |
