]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Thu, 18 Nov 1999 06:17:19 +0000 (06:17 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 18 Nov 1999 06:17:19 +0000 (06:17 +0000)
* hurd/report-wait.c (_S_msg_report_wait): Fix typo:
&_hurd_itimer_thread not &_hurd_msgport_thread.

hurd/report-wait.c

index 41fdca1619ae690204907c712b807c5c31051e3c..d0e3d47ad91ae79e94fa5db7abd621e07300dac2 100644 (file)
@@ -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
     {