summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-29 17:06:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-29 17:06:16 +0000
commitf1b0977a9df60d4cec6002624bd211284e10d89a (patch)
tree63e35ac1fe1182ec8ebaff73c9b2815a5a6b13e6 /hurd
parentc891c1e1508d5836ea113b95f832e6303e631083 (diff)
Formerly msg.defs.~13~
Diffstat (limited to 'hurd')
-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. */