On Sun, 27 Aug 2000, John Polstra wrote:

> In article <[EMAIL PROTECTED]>,
> Brian Fundakowski Feldman  <[EMAIL PROTECTED]> wrote:
> > If this is a problem with sbsize, this should take care of any possibility
> > ever of there being a problem...
> 
> I tried your patch, but it panics reliably on start-up:

Woops, I have the KASSERT bungled up.  Please change
        KASSERT(to < *hiwat && uip != NULL,
to
        KASSERT(to >= *hiwat || uip != NULL,

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 [EMAIL PROTECTED]                    `------------------------------'



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to