svn commit: r218238 - head/sys/dev/ath

Warner Losh imp at bsdimp.com
Fri Feb 4 16:29:27 UTC 2011


On 02/03/2011 16:07, 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.

ANSI C states that all undefined preprocessor variables shall expand to 
0.  If we have a warning on that complains, we should turn it off.

Warner


More information about the svn-src-all mailing list