summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-25 08:46:03 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-03-25 08:46:03 +0100
commitf55aae503e65de9794acfe201b99b95f23c242e0 (patch)
treeaec1b695e64fc5945d13d912736cb108d9c242b1 /debian/patches
parent71a7413c7165fccca1c039953965245eb2f03f6f (diff)
rm mutable-types.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/mutable-types.patch103
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 104 deletions
diff --git a/debian/patches/mutable-types.patch b/debian/patches/mutable-types.patch
deleted file mode 100644
index 8a2344d..0000000
--- a/debian/patches/mutable-types.patch
+++ /dev/null
@@ -1,103 +0,0 @@
-diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs
-index 607d5d9..bfce6cb 100644
---- a/include/mach/mach_types.defs
-+++ b/include/mach/mach_types.defs
-@@ -135,6 +135,16 @@ type memory_object_t = mach_port_t
- ctype: mach_port_t
- #if KERNEL_SERVER
- intran: ipc_port_t null_conversion(mach_port_t)
-+#else /* KERNEL_SERVER */
-+#ifdef MEMORY_OBJECT_INTRAN
-+ intran: MEMORY_OBJECT_INTRAN
-+#endif
-+#ifdef MEMORY_OBJECT_OUTTRAN
-+ outtran: MEMORY_OBJECT_OUTTRAN
-+#endif
-+#ifdef MEMORY_OBJECT_DESTRUCTOR
-+ destructor: MEMORY_OBJECT_DESTRUCTOR
-+#endif
- #endif /* KERNEL_SERVER */
- ;
-
-diff --git a/include/mach/memory_object.defs b/include/mach/memory_object.defs
-index ea7989a..0ed8dbc 100644
---- a/include/mach/memory_object.defs
-+++ b/include/mach/memory_object.defs
-@@ -42,6 +42,10 @@ subsystem
- #include <mach/std_types.defs>
- #include <mach/mach_types.defs>
-
-+#ifdef MEMORY_OBJECT_IMPORTS
-+MEMORY_OBJECT_IMPORTS
-+#endif
-+
- #if SEQNOS
- serverprefix seqnos_;
- serverdemux seqnos_memory_object_server;
-@@ -85,7 +89,11 @@ simpleroutine memory_object_init(
- simpleroutine memory_object_terminate(
- memory_object : memory_object_t =
- MACH_MSG_TYPE_MOVE_SEND
-- ctype: mach_port_t;
-+ ctype: mach_port_t
-+#ifdef MEMORY_OBJECT_INTRAN
-+ intran: MEMORY_OBJECT_INTRAN
-+#endif
-+ ;
- #if SEQNOS
- msgseqno seqno : mach_port_seqno_t;
- #endif /* SEQNOS */
-@@ -221,7 +229,11 @@ simpleroutine memory_object_data_write(
- simpleroutine memory_object_lock_completed(
- memory_object : memory_object_t =
- polymorphic|MACH_MSG_TYPE_PORT_SEND_ONCE
-- ctype: mach_port_t;
-+ ctype: mach_port_t
-+#ifdef MEMORY_OBJECT_INTRAN
-+ intran: MEMORY_OBJECT_INTRAN
-+#endif
-+ ;
- #if SEQNOS
- msgseqno seqno : mach_port_seqno_t;
- #endif /* SEQNOS */
-@@ -252,7 +264,11 @@ simpleroutine memory_object_lock_completed(
- simpleroutine memory_object_supply_completed(
- memory_object : memory_object_t =
- polymorphic|MACH_MSG_TYPE_PORT_SEND_ONCE
-- ctype: mach_port_t;
-+ ctype: mach_port_t
-+#ifdef MEMORY_OBJECT_INTRAN
-+ intran: MEMORY_OBJECT_INTRAN
-+#endif
-+ ;
- #if SEQNOS
- msgseqno seqno : mach_port_seqno_t;
- #endif /* SEQNOS */
-@@ -298,7 +314,11 @@ simpleroutine memory_object_data_return(
- simpleroutine memory_object_change_completed(
- memory_object : memory_object_t =
- polymorphic|MACH_MSG_TYPE_PORT_SEND_ONCE
-- ctype: mach_port_t;
-+ ctype: mach_port_t
-+#ifdef MEMORY_OBJECT_INTRAN
-+ intran: MEMORY_OBJECT_INTRAN
-+#endif
-+ ;
- #if SEQNOS
- msgseqno seqno : mach_port_seqno_t;
- #endif /* SEQNOS */
-diff --git a/include/mach/memory_object_default.defs b/include/mach/memory_object_default.defs
-index 0eac271..cfd54a4 100644
---- a/include/mach/memory_object_default.defs
-+++ b/include/mach/memory_object_default.defs
-@@ -40,6 +40,10 @@ subsystem
- #include <mach/std_types.defs>
- #include <mach/mach_types.defs>
-
-+#ifdef MEMORY_OBJECT_IMPORTS
-+MEMORY_OBJECT_IMPORTS
-+#endif
-+
- #if SEQNOS
- serverprefix seqnos_;
- serverdemux seqnos_memory_object_default_server;
diff --git a/debian/patches/series b/debian/patches/series
index a3e5e56..9825c75 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,5 +4,4 @@
60_bigmem.patch
70_dde.patch
-mutable-types.patch
protected_payload.patch