diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:20:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:20:29 +0000 |
commit | cfbe2aa2dbd40bf5ffeaffc821664eedb017fa7a (patch) | |
tree | a1730527ac9709c2624f117fad2e23a70762954c /hurd/msg.defs | |
parent | e19a84f6db7a7520c2e17a7c214fabe9ae314379 (diff) |
2002-05-07 Roland McGrath <roland@frob.com>
* msg.defs (msg_report_wait): int -> mach_msg_id_t
* hurd_types.h: Include <mach/message.h>.
(struct procinfo): int -> mach_msg_id_t for rpc_block.
Diffstat (limited to 'hurd/msg.defs')
-rw-r--r-- | hurd/msg.defs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index 32c962af..95802472 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -1,6 +1,5 @@ /* RPCs which a friendly Hurd process will understand on its message port. - Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Free Software - Foundation, Inc. + Copyright (C) 1991,92,93,94,95,96,2002 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -191,7 +190,7 @@ routine msg_report_wait ( process: mach_port_t; thread: thread_t; out wait_desc: string_t; - out wait_rpc: int); + out wait_rpc: mach_msg_id_t); /* Given a list of port names in NAMES, return a description of the corresponding port from libc's point of view, in a '\0'-separated vector. @@ -201,4 +200,3 @@ routine msg_describe_ports ( refport: mach_port_t; names: mach_port_name_array_t; out descriptions: data_t); - |