Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 13:38:09 +1100 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        Bruce Cran <bruce@cran.org.uk>
Cc:        svn-src-head@FreeBSD.org, Adrian Chadd <adrian@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org
Subject:   Re: svn commit: r218238 - head/sys/dev/ath
Message-ID:  <20110204133640.X1052@besplex.bde.org>
In-Reply-To: <20110203230721.GA47981@muon.cran.org.uk>
References:  <201102032026.p13KQQX2057419@svn.freebsd.org> <20110203230721.GA47981@muon.cran.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Feb 2011, Bruce Cran wrote:

> On Thu, Feb 03, 2011 at 08:26:26PM +0000, Adrian Chadd wrote:
>>  		if (ni != NULL) {
>> +#if NOTYET
>>  		/* tag AMPDU aggregates for reorder processing */
>
> This seems to have broken the build because NOTYET isn't defined.

It is a style bug ("#ifdef<space>notyet" is normal), but it only breaks
the build because kernel builds don't use a C compiler (they use -Wundef
to break the compiler).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110204133640.X1052>