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

*** 105,116 **** &pppt_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL, }; pppt_global_t pppt_global; int pppt_logging = 0; --- 105,115 ---- &pppt_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; pppt_global_t pppt_global; int pppt_logging = 0;