Re: Really simple patch...

2001-07-17 Thread Poul-Henning Kamp
fixed. In message <[EMAIL PROTECTED]>, Harti Brandt writes: > >Could please somebody make this little, trivial and obviuos patch, I >requested it a while ago, or should I make a PR for it?? > >Hi, > >()s are missing around the macro argument in cv_waitq_empty. The call > >if(!(cv_waitq_e

Really simple patch...

2001-07-17 Thread Harti Brandt
Could please somebody make this little, trivial and obviuos patch, I requested it a while ago, or should I make a PR for it?? Hi, ()s are missing around the macro argument in cv_waitq_empty. The call if(!(cv_waitq_empty(&sc->foo_cv))) ... will otherwise fail to compile