K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-02-17T19:27:14.274210Z K 7 svn:log V 327 Globally enable -fms-extensions when building kernel with gcc, and remove this option from all modules that enable it theirselves. In C mode -fms-extensions option enables anonymous structs and unions, allowing us to use this C11 feature in kernel. Of course, clang supports it without any extra options. Reviewed by: dim END