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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to