From d98822874b917bdbca84a6ce88967aa5e7e390c2 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 8 Apr 2014 15:47:08 +0200 Subject: refresh protected_payload.patch --- debian/patches/protected_payload.patch | 37 ---------------------------------- 1 file changed, 37 deletions(-) (limited to 'debian/patches') diff --git a/debian/patches/protected_payload.patch b/debian/patches/protected_payload.patch index f3bb45d..c1e76f5 100644 --- a/debian/patches/protected_payload.patch +++ b/debian/patches/protected_payload.patch @@ -218,43 +218,6 @@ 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 e06f6b4..37229a4 100644 ---- a/include/mach/notify.defs -+++ b/include/mach/notify.defs -@@ -28,6 +28,10 @@ subsystem notify 64; - - #include - -+#ifdef NOTIFY_IMPORTS -+NOTIFY_IMPORTS -+#endif -+ - #if SEQNOS - serverprefix do_seqnos_; - serverdemux seqnos_notify_server; -@@ -37,7 +41,20 @@ serverdemux notify_server; - #endif SEQNOS - - type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE -- ctype: mach_port_t; -+ ctype: mach_port_t -+#ifdef NOTIFY_INTRAN -+ intran: NOTIFY_INTRAN -+#endif -+#ifdef NOTIFY_INTRAN_PAYLOAD -+ intranpayload: NOTIFY_INTRAN_PAYLOAD -+#endif -+#ifdef NOTIFY_OUTTRAN -+ outtran: NOTIFY_OUTTRAN -+#endif -+#ifdef NOTIFY_DESTRUCTOR -+ destructor: NOTIFY_DESTRUCTOR -+#endif -+; - - /* MACH_NOTIFY_FIRST: 0100 */ - skip; diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c index 06cec72..71a0d74 100644 --- a/ipc/ipc_kmsg.c -- cgit v1.2.3