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

*** 34,44 **** static struct modlmisc modlmisc = { &mod_miscops, "lock mgr calls" }; static struct modlinkage modlinkage = { ! MODREV_1, &modlmisc, NULL }; /* --- 34,44 ---- static struct modlmisc modlmisc = { &mod_miscops, "lock mgr calls" }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlmisc, NULL } }; /*