summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-17 10:22:24 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-17 10:22:24 +0100
commit16153ea8727a7265202086967eae850876144b52 (patch)
treec6c3ca8b4c1d15b96def04712c088e72bc51d5cc
parentf7bdc914481292c6e446cc1d92bf6f555e124045 (diff)
update protected_payload.patch
-rw-r--r--debian/patches/protected_payload.patch14
-rw-r--r--debian/patches/series2
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