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

@@ -53,12 +53,11 @@
         "nws:Unistat:" ISS_VERSION_STR
 };
 
 static struct modlinkage spuni_modlinkage = {
         MODREV_1,
-        &spuni_modlmisc,
-        NULL
+        { &spuni_modlmisc, NULL }
 };
 
 int
 _init(void)
 {