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

@@ -36,12 +36,11 @@
         "netinfo module",       /* drv_linkinfo */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,               /* ml_rev */
-        &modlmisc,              /* ml_linkage */
-        NULL
+        { &modlmisc, NULL }     /* ml_linkage */
 };
 
 /*
  * Module entry points.
  */