On Thu, 2009-10-01 at 12:33 +0200, Dag-Erling Smørgrav wrote:
> Coleman Kane <[email protected]> writes:
> > -           if (sc->ndis_80211 && vap)
> > +           if ((sc->ndis_80211 != NULL) && (vap != NULL))
> 
> sc->ndis_80211 is an int.  NULL is a pointer.
> 
> DES

Thanks, fix committed... I know style(9) says I should have not bothered
with the commit, but the assume-that-zero-is-false logic seemed
egregious enough at the time to warrant correcting it.

I just corrected it improperly in my haste. Enjoy being able to
buildkernel again. I'll be sitting in the corner.

-- 
Coleman Kane

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to