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

*** 59,69 **** static struct modlmisc modlmisc = { &mod_miscops, "f_tpgs_tape" }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; /* --- 59,69 ---- static struct modlmisc modlmisc = { &mod_miscops, "f_tpgs_tape" }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; /*