aboutsummaryrefslogtreecommitdiff
path: root/trans/crash.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-28 23:58:31 +0000
committerRoland McGrath <roland@gnu.org>2002-05-28 23:58:31 +0000
commit6b22e3abbf007efd4548bcce1a454559d4ccc91a (patch)
tree79c341bed3fd11f7ccd1704ae07743b19b6b395e /trans/crash.c
parent0d17dcfc272f9fd69549514d066fc18c9713649e (diff)
downloadhurd-6b22e3abbf007efd4548bcce1a454559d4ccc91a.tar.gz
hurd-6b22e3abbf007efd4548bcce1a454559d4ccc91a.tar.bz2
hurd-6b22e3abbf007efd4548bcce1a454559d4ccc91a.zip
2002-05-28 Roland McGrath <roland@frob.com>
* streamio.c (device_open_reply): size_t -> int for dev_status_t * crash.c (S_msg_report_wait): int -> mach_msg_id_t
Diffstat (limited to 'trans/crash.c')
-rw-r--r--trans/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/crash.c b/trans/crash.c
index c31cd2bf..acb67c44 100644
--- a/trans/crash.c
+++ b/trans/crash.c
@@ -777,7 +777,7 @@ S_msg_clear_some_exec_flags (mach_port_t process, mach_port_t refport,
{ return EBUSY; }
error_t
S_msg_report_wait (mach_port_t process, thread_t thread,
- string_t desc, int *rpc)
+ string_t desc, mach_msg_id_t *rpc)
{ return EBUSY; }
error_t
S_msg_describe_ports (mach_port_t msgport, mach_port_t refport,