diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-08 19:13:42 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-08 19:13:42 +0200 |
commit | ed98303c4b4eeb6d4cf7013d352a9179067520f4 (patch) | |
tree | c71e0e9ea9f16395ba57ce6d86ddc32be7c30744 /debian | |
parent | d98822874b917bdbca84a6ce88967aa5e7e390c2 (diff) |
update protected_payload.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/protected_payload.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/protected_payload.patch b/debian/patches/protected_payload.patch index c1e76f5..513274b 100644 --- a/debian/patches/protected_payload.patch +++ b/debian/patches/protected_payload.patch @@ -218,6 +218,20 @@ index f78e978..0a7297e 100644 /* * A dummy value. Mostly used to indicate that the actual value +diff --git a/include/mach/notify.defs b/include/mach/notify.defs +index fdf35e9..37229a4 100644 +--- a/include/mach/notify.defs ++++ b/include/mach/notify.defs +@@ -45,6 +45,9 @@ type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE + #ifdef NOTIFY_INTRAN + intran: NOTIFY_INTRAN + #endif ++#ifdef NOTIFY_INTRAN_PAYLOAD ++ intranpayload: NOTIFY_INTRAN_PAYLOAD ++#endif + #ifdef NOTIFY_OUTTRAN + outtran: NOTIFY_OUTTRAN + #endif diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c index 06cec72..71a0d74 100644 --- a/ipc/ipc_kmsg.c |