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

*** 61,71 **** static struct modlmisc modlmisc = { &mod_miscops, "Kernel Crypto Framework" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; extern int sys_shutdown; int --- 61,71 ---- static struct modlmisc modlmisc = { &mod_miscops, "Kernel Crypto Framework" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; extern int sys_shutdown; int