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

@@ -187,11 +187,11 @@
 static struct modlexec jmodlexec = {
         &mod_execops, "exec for Java", &jexecsw
 };
 
 static struct modlinkage jmodlinkage = {
-        MODREV_1, &jmodlexec, NULL
+        MODREV_1, { &jmodlexec, NULL }
 };
 
 int
 _init(void)
 {