Re: buildworld broken in sched_ule

From: Julian Elischer <julian_at_elischer.org>
Date: Thu, 1 May 2003 23:19:24 -0700 (PDT)
fixed.

On Fri, 2 May 2003, Pawel Worach wrote:

> /usr/src/sys/kern/sched_ule.c: In function `sched_clock':
> /usr/src/sys/kern/sched_ule.c:904: `TD_IDLETD' undeclared (first use in this
> function)
> /usr/src/sys/kern/sched_ule.c:904: (Each undeclared identifier is reported
> only once
> /usr/src/sys/kern/sched_ule.c:904: for each function it appears in.)
> 
> guess this should be:
> -        if (td->td_flags & TD_IDLETD)
> +        if (td->td_flags & TDF_IDLETD)
> 
> 
Received on Thu May 01 2003 - 21:19:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:05 UTC