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

*** 187,197 **** static struct modlexec jmodlexec = { &mod_execops, "exec for Java", &jexecsw }; static struct modlinkage jmodlinkage = { ! MODREV_1, &jmodlexec, NULL }; int _init(void) { --- 187,197 ---- static struct modlexec jmodlexec = { &mod_execops, "exec for Java", &jexecsw }; static struct modlinkage jmodlinkage = { ! MODREV_1, { &jmodlexec, NULL } }; int _init(void) {