Really fix this.

This commit is contained in:
John Baldwin 2008-07-28 18:33:43 +00:00
parent 7224dd4dad
commit f7f1cc1518

View File

@ -1131,8 +1131,7 @@ DB_SHOW_COMMAND(sleepq, db_show_sleepqueue)
td_slpq) {
db_printf("\t%p (tid %d, pid %d, \"%s\")\n", td,
td->td_tid, td->td_proc->p_pid,
td->td_name[0] != '\0' ? td->td_name :
td->td_proc->p_comm);
td->td_name);
}
}
}