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

*** 53,64 **** "nws:Unistat:" ISS_VERSION_STR }; static struct modlinkage spuni_modlinkage = { MODREV_1, ! &spuni_modlmisc, ! NULL }; int _init(void) { --- 53,63 ---- "nws:Unistat:" ISS_VERSION_STR }; static struct modlinkage spuni_modlinkage = { MODREV_1, ! { &spuni_modlmisc, NULL } }; int _init(void) {