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

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