summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 15:47:08 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 15:47:08 +0200
commitd98822874b917bdbca84a6ce88967aa5e7e390c2 (patch)
tree6d7caa532780ac3c52d36826fbf6168f17383ab0 /debian
parent1ac993830c99bfb1d2c4ccdd538ccc40ffeeeaac (diff)
refresh protected_payload.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/protected_payload.patch37
1 files changed, 0 insertions, 37 deletions
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 <mach/std_types.defs>
-
-+#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