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

*** 177,188 **** &mod_sockmodops, "PF Packet socket module", &sinfo }; static struct modlinkage modlinkage = { MODREV_1, ! &modlsockmod, ! NULL }; int _init(void) { --- 177,187 ---- &mod_sockmodops, "PF Packet socket module", &sinfo }; static struct modlinkage modlinkage = { MODREV_1, ! { &modlsockmod, NULL } }; int _init(void) {