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,

It seems to be fixed now.  I've had a script pounding on it all
afternoon -- 843 runs so far -- and haven't been able to make it
misbehave.  Before, it only took a few tries to make it panic.

John
-- 
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa



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

Reply via email to