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

*** 67,77 **** static struct modlfs modlfs = { &mod_fsops, "filesystem for sockfs", &vfw }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlfs, NULL }; int _init(void) { --- 67,77 ---- static struct modlfs modlfs = { &mod_fsops, "filesystem for sockfs", &vfw }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlfs, NULL } }; int _init(void) {