On Sunday 26 March 2006 21:18, Lennert Buytenhek wrote: > gcc4 doesn't allow declaring a static function inside another function, > so convert to extern. (The function whose prototype we're changing is > not defined anywhere and intended purely to cause a link error when some > internal calculations go awry.)
The modern way to handle that would be to use BUILD_BUG_ON() -Andi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html