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

@@ -73,12 +73,11 @@
         &tswtcl_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modlipp,
-        NULL
+        { (void *)&modlipp, NULL }
 };
 
 
 int
 _init(void)