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

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