K 10 svn:author V 3 dim K 8 svn:date V 27 2013-12-28T22:44:02.257445Z K 7 svn:log V 285 For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flag is only to stop gcc complaining about anonymous unions, which clang does not do. For clang 3.4 however, -fms-extensions enables the Microsoft __wchar_t type, which clashes with our own types.h. MFC after: 3 days END