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

*** 66,77 **** &mod_sockmodops, "SCTP socket module", &sinfo }; static struct modlinkage modlinkage = { MODREV_1, ! &modlsockmod, ! NULL }; static int socksctp_init(void) { --- 66,76 ---- &mod_sockmodops, "SCTP socket module", &sinfo }; static struct modlinkage modlinkage = { MODREV_1, ! { &modlsockmod, NULL } }; static int socksctp_init(void) {