From 1ae4089c6d8e646aa83187dfb13d8cd32a47b31d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 09:22:33 +0000 Subject: 2002-05-07 Roland McGrath * host.c (ps_host_basic_info): int -> size_t (ps_host_basic_info, ps_host_load_info): Likewise. * ps.h: Update decls. (struct proc_stat): unsigned -> size_t for task_events_info_size, args_len, env_len. * procstat.c (summarize_thread_waits): Fix argument type. --- libps/procstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libps/procstat.c') diff --git a/libps/procstat.c b/libps/procstat.c index 46058e07..2398de5b 100644 --- a/libps/procstat.c +++ b/libps/procstat.c @@ -492,7 +492,7 @@ summarize_thread_states (struct procinfo *pi) /* Returns what's blocking the first blocked thread in PI in WAIT and RPC. */ static void summarize_thread_waits (struct procinfo *pi, char *waits, size_t waits_len, - char **wait, int *rpc) + char **wait, mach_msg_id_t *rpc) { int i; char *next_wait = waits; -- cgit v1.2.3