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

*** 138,149 **** /* * Module linkage information for the kernel. */ static struct modlinkage modlinkage = { MODREV_1, ! &modlstrmod, ! NULL }; static int module_open = 0; /* allow only one open of this module */ int --- 138,148 ---- /* * Module linkage information for the kernel. */ static struct modlinkage modlinkage = { MODREV_1, ! { &modlstrmod, NULL } }; static int module_open = 0; /* allow only one open of this module */ int