On Sun, 16 Jan 2005, Jon Noack wrote:
> This commit broke building kernels on RELENG_5 (see tinderbox logs):
> > cognet 2005-01-16 01:01:15 UTC
Thanks; I was wondering what broke...
> I believe this change was unintended:
> > @@ -1258,7 +1258,7 @@ vbi_read(bktr_ptr_t bktr, struct uio *ui
> > LOCK_VBI(bktr);
> > while(bktr->vbisize == 0) {
> > - if (ioflag & IO_NDELAY) {
> > + if (ioflag & FNDELAY) {
> > status = EWOULDBLOCK;
> > goto out;
> > }
Yep.
-- Dave
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"