summaryrefslogtreecommitdiff
path: root/libps/procstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libps/procstat.c')
-rw-r--r--libps/procstat.c2
1 files changed, 1 insertions, 1 deletions
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;