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

*** 123,133 **** "Solaris N-1 Brand", /* description of module */ &sn1_brand /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlbrand, NULL }; void sn1_setbrand(proc_t *p) { --- 123,133 ---- "Solaris N-1 Brand", /* description of module */ &sn1_brand /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlbrand, NULL } }; void sn1_setbrand(proc_t *p) {