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

@@ -604,11 +604,11 @@
         &mod_miscops,
         "Solaris Volume Manager notification module"
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modlmisc, NULL
+        MODREV_1, { (void *)&modlmisc, NULL }
 };
 
 static md_named_services_t notify_services[] = {
         {notify_interface,      "notify interface"},
         {notify_reap_off,       MD_NOTIFY_REAP_OFF},