7127 remove -Wno-missing-braces from Makefile.uts
@@ -67,11 +67,11 @@ static struct modlfs modlfs = { &mod_fsops, "filesystem for sockfs", &vfw }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modlfs, NULL + MODREV_1, { (void *)&modlfs, NULL } }; int _init(void) {