Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 128,138 **** "Solaris 10 Brand", /* description of module */ &s10_brand /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlbrand, NULL }; void s10_setbrand(proc_t *p) { --- 128,138 ---- "Solaris 10 Brand", /* description of module */ &s10_brand /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlbrand, NULL } }; void s10_setbrand(proc_t *p) {