summaryrefslogtreecommitdiff
path: root/trans/crash.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-29 06:22:56 +0000
committerRoland McGrath <roland@gnu.org>2002-05-29 06:22:56 +0000
commit1b1d9c24f8739d243fe713d616c76f0974af1524 (patch)
tree32e045038bb2ec2638fa799b8aeaf36b0e36d41a /trans/crash.c
parentb568922915a1d26d396241f8f1fe0e00dc5c29a1 (diff)
2002-05-28 Roland McGrath <roland@frob.com>
* symlink.c (S_fsys_getroot, S_fsys_getfile): u_int -> size_t * streamio.c (device_open_reply): size_t -> int for dev_status_t * crash.c (S_msg_report_wait): int -> mach_msg_id_t (S_crash_dump_task): int -> integer_t
Diffstat (limited to 'trans/crash.c')
-rw-r--r--trans/crash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/trans/crash.c b/trans/crash.c
index acb67c44..7d04a160 100644
--- a/trans/crash.c
+++ b/trans/crash.c
@@ -144,10 +144,9 @@ kern_return_t
S_crash_dump_task (mach_port_t port,
mach_port_t reply_port, mach_msg_type_name_t reply_type,
task_t task, file_t core_file,
- int signo, int sigcode, int sigerror,
+ int signo, integer_t sigcode, int sigerror,
natural_t exc, natural_t code, natural_t subcode,
mach_port_t ctty_id)
-
{
error_t err;
struct trivfs_protid *cred;