summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/msg.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs
index c675c7db..df51cebd 100644
--- a/hurd/msg.defs
+++ b/hurd/msg.defs
@@ -79,7 +79,7 @@ routine set_init_port (
process: mach_port_t;
refport: mach_port_t;
which: int;
- port: mach_port_t);
+ port: mach_port_send_t);
routine get_init_ports (
process: mach_port_t;
@@ -137,7 +137,7 @@ routine set_fd (
process: mach_port_t;
refport: mach_port_t;
fd: int;
- port: mach_port_t);
+ port: mach_port_send_t);
/* These two calls fetch and store the whole environment,
in "a=b\0c=d\0" form. */