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

*** 36,47 **** "netinfo module", /* drv_linkinfo */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! &modlmisc, /* ml_linkage */ ! NULL }; /* * Module entry points. */ --- 36,46 ---- "netinfo module", /* drv_linkinfo */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! { &modlmisc, NULL } /* ml_linkage */ }; /* * Module entry points. */