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

@@ -35,11 +35,11 @@
 static struct modlmisc modlmisc = {
         &mod_miscops, "lock mgr common module"
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modlmisc, NULL
+        MODREV_1, { &modlmisc, NULL }
 };
 
 /*
  * Cluster node ID.  Zero unless we're part of a cluster.
  * Set by lm_set_nlmid_flk.  Pass to lm_set_nlm_status.