In article <[EMAIL PROTECTED]>,
Brian Fundakowski Feldman  <[EMAIL PROTECTED]> wrote:
> 
> Woops, I have the KASSERT bungled up.  Please change
>         KASSERT(to < *hiwat && uip != NULL,
> to
>         KASSERT(to >= *hiwat || uip != NULL,

Thanks.  The system comes up OK now.  I'll try to provoke the lost
count panic some more today, and I'll let you know what happens.

John


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

Reply via email to