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

*** 92,103 **** &tokenmt_ops }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modlipp, ! NULL }; int _init(void) --- 92,102 ---- &tokenmt_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modlipp, NULL } }; int _init(void)