From: Roland McGrath Date: Thu, 18 Nov 1999 06:17:19 +0000 (+0000) Subject: 1999-11-18 Roland McGrath X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d0876e86b872969c6bd0ef1f215a535da6126f8;p=thirdparty%2Fglibc.git 1999-11-18 Roland McGrath * hurd/report-wait.c (_S_msg_report_wait): Fix typo: &_hurd_itimer_thread not &_hurd_msgport_thread. --- 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 {