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

*** 72,82 **** static struct modlstrmod modlstrmod = { &mod_strmodops, "transport interface str mod", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, &modlstrmod, NULL }; static krwlock_t tim_list_rwlock; /* --- 72,82 ---- static struct modlstrmod modlstrmod = { &mod_strmodops, "transport interface str mod", &fsw }; static struct modlinkage modlinkage = { ! MODREV_1, { &modlstrmod, NULL } }; static krwlock_t tim_list_rwlock; /*