On Mon, Jun 13, 2005 at 02:12:38PM +0200, Hans Petter Selasky wrote: > This is equivalent to: > > while(--count) > { > /* I/O */ > } > > which is obviously wrong, because it doesn't check for count equal to > zero.
Why do you think it is a bug? It is part of the interface contract and useful to avoid an unnecessary check in 99% of the cases. Joerg _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"