summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mach/mach4.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/mach4.defs b/include/mach/mach4.defs
index 114edf4e..98af5905 100644
--- a/include/mach/mach4.defs
+++ b/include/mach/mach4.defs
@@ -98,14 +98,14 @@ skip /* pc_sampling reserved 4*/;
/* Create a new proxy memory object from [START;START+LEN) in the
- given OBJECT at OFFSET in the new object with the maximum
+ given memory object OBJECT at OFFSET in the new object with the maximum
protection MAX_PROTECTION and return it in *PORT. */
type vm_offset_array_t = array[*:1024] of vm_offset_t;
routine memory_object_create_proxy(
task : ipc_space_t;
max_protection : vm_prot_t;
object : memory_object_array_t =
- array[*:1024] of memory_object_t;
+ array[*:1024] of mach_port_send_t;
offset : vm_offset_array_t;
start : vm_offset_array_t;
len : vm_offset_array_t;