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

@@ -396,11 +396,11 @@
         " DEBUG"
 #endif
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlmisc, NULL
+        MODREV_1, { &modlmisc, NULL }
 };
 
 int
 _init(void)
 {