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

*** 35,45 **** static struct modlmisc modlmisc = { &mod_miscops, "lock mgr common module" }; static struct modlinkage modlinkage = { ! 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. --- 35,45 ---- static struct modlmisc modlmisc = { &mod_miscops, "lock mgr common module" }; static struct modlinkage modlinkage = { ! 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.