On Sun, 10 Sep 2000, John Baldwin wrote:

> I've got it fixed.  The code is using TAILQ_REMOVE and TAILQ_FIRST to
> pull entries out of a tailq while it is walking it via TAILQ_FOREACH.
> Changing it to use a while(!TAILQ_EMPTY) instead of using TAILQ_FOREACH
> fixes it.  I'll be committing the fix in just a sec..

This is a good excuse for terminating the FOREACH obfuscations :).

Bruce



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

Reply via email to