From 2d0876e86b872969c6bd0ef1f215a535da6126f8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 18 Nov 1999 06:17:19 +0000 Subject: [PATCH] 1999-11-18 Roland McGrath * hurd/report-wait.c (_S_msg_report_wait): Fix typo: &_hurd_itimer_thread not &_hurd_msgport_thread. --- hurd/report-wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/report-wait.c b/hurd/report-wait.c index 41fdca1619a..d0e3d47ad91 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.c @@ -112,7 +112,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread, if (thread == _hurd_msgport_thread) /* Cute. */ strcpy (description, "msgport"); - else if (&_hurd_msgport_thread && thread == _hurd_itimer_thread) + else if (&_hurd_itimer_thread && thread == _hurd_itimer_thread) strcpy (description, "itimer"); else { -- 2.47.2