Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 23:19:24 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Pawel Worach <pawel.worach@telia.com>
Cc:        current@FreeBSD.org
Subject:   Re: buildworld broken in sched_ule
Message-ID:  <Pine.BSF.4.21.0305012319160.36473-100000@InterJet.elischer.org>
In-Reply-To: <000001c31052$eb07b760$1401a8c0@corona>

next in thread | previous in thread | raw e-mail | index | archive | help
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)
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0305012319160.36473-100000>