7127 remove -Wno-missing-braces from Makefile.uts
@@ -37,12 +37,11 @@ &mod_miscops, "kernel RPC security module." }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&modlmisc, - NULL + { (void *)&modlmisc, NULL } }; extern void sec_subrinit(); extern void sec_subrfini(); extern void svcauthdes_init();