- Somehow I botched my last commit. Add an extra ( to fix things up. I'm

still not sure how this happened.

Reported by:	ps
This commit is contained in:
jeff 2003-11-06 07:56:01 +00:00
parent adf47c347a
commit 6fc9686d6a

View File

@ -267,7 +267,7 @@ static void kseq_assign(struct kseq *);
static struct kse *kseq_steal(struct kseq *kseq);
#define KSE_CAN_MIGRATE(ke, class) \
((class) != PRI_ITHD && (ke)->ke_thread->td_pinned == 0 && \
(ke)->ke_flags & KEF_BOUND) == 0)
((ke)->ke_flags & KEF_BOUND) == 0)
#endif
void