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

@@ -99,12 +99,11 @@
         &fsw
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modlstrmod,
-        NULL
+        { (void *)&modlstrmod, NULL }
 };
 
 /*
  * Warlock is not aware of the automatic locking mechanisms for
  * streams modules.