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

*** 56,66 **** &mod_strmodops, "dr compatibility for DLPI style 2 drivers", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; int _init(void) --- 56,66 ---- &mod_strmodops, "dr compatibility for DLPI style 2 drivers", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; int _init(void)