Date: Fri, 11 Apr 2003 16:19:48 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Jeff Roberson <jroberson@chesapeake.net> Cc: current@freebsd.org Subject: Re: ULE nice bugs are fixed. Message-ID: <20030411231948.GA90697@troutmask.apl.washington.edu> In-Reply-To: <20030411182605.T37530-100000@mail.chesapeake.net> References: <20030411222130.GB89467@troutmask.apl.washington.edu> <20030411182605.T37530-100000@mail.chesapeake.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 11, 2003 at 06:30:26PM -0400, Jeff Roberson wrote: > > > Line 303 and 647 of ffs_snapshot. Change the "td->td_ksegrp->kg_nice = x" > to "sched_nice(td->td_ksegrp, x);" let me know if that fixes it (it > will). > Do I need to add a header file? The compile stops with "ffs_snapshot.c:303: warning: implicit declaration of function sched_nice" -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030411231948.GA90697>