On Tue, 2005-11-29 at 14:03 +0000, Paul Collins wrote: > [EMAIL PROTECTED] writes: > > > I get these errors while building softmac (latest rev as now 1.25pm utc) > > checked out by both mb's and main softmac repositories: > > > > In file included from /home/st3/source/ieee80211softmac_priv.h:4, > > from /home/st3/source/ieee80211softmac_io.c:35: > > /home/st3/source/net/ieee80211softmac.h:16: warning: function declaration > > isn't a prototype > > /home/st3/source/net/ieee80211softmac.h:16: error: field `get_current' > > declared as a function > > 'current' is a macro that expands to 'get_current()'. > Sounds like there's a struct member named 'current' being declared.
Yah, using "current" anywhere in the kernel for a variable or structure member is a pretty bad idea :) Ben. _______________________________________________ Bcm43xx-dev mailing list [email protected] http://lists.berlios.de/mailman/listinfo/bcm43xx-dev
