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

*** 1265,1275 **** static struct modlsched modlsched = { &mod_schedops, "system duty cycle scheduling class", &csw }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlsched, NULL }; int _init() { --- 1265,1275 ---- static struct modlsched modlsched = { &mod_schedops, "system duty cycle scheduling class", &csw }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlsched, NULL } }; int _init() {