7127 remove -Wno-missing-braces from Makefile.uts
@@ -167,11 +167,11 @@ static ipf_stack_t *ipf_stacks = NULL; static kmutex_t ipf_stack_lock; extern struct mod_ops mod_driverops; static struct modldrv iplmod = { &mod_driverops, IPL_VERSION, &ipf_ops }; -static struct modlinkage modlink1 = { MODREV_1, &iplmod, NULL }; +static struct modlinkage modlink1 = { MODREV_1, { &iplmod, NULL } }; #if SOLARIS2 >= 6 static size_t hdrsizes[57][2] = { { 0, 0 }, { IFT_OTHER, 0 },