From cca6915e18d36995defa19eadc3b887a5bb04b6d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 16 May 2002 05:15:55 +0000 Subject: [PATCH] 2002-05-15 Roland McGrath * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg. --- hurd/report-wait.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hurd/report-wait.c b/hurd/report-wait.c index 6654261..2ec1c19 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.c @@ -1,5 +1,5 @@ /* Report on what a thread in our task is waiting for. - Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1996,97,99,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -105,7 +105,7 @@ weak_alias (default_hurd_itimer_thread, _hurd_itimer_thread) kern_return_t _S_msg_report_wait (mach_port_t msgport, thread_t thread, - string_t description, int *msgid) + string_t description, mach_msg_id_t *msgid) { *msgid = 0; -- 2.7.4