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

*** 35,45 **** static struct modlmisc modlmisc = { &mod_miscops, "kernel RPCSEC_GSS security service." }; static struct modlinkage modlinkage = { ! MODREV_1, &modlmisc, NULL }; int _init() { --- 35,45 ---- static struct modlmisc modlmisc = { &mod_miscops, "kernel RPCSEC_GSS security service." }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlmisc, NULL } }; int _init() {