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

*** 216,227 **** /* * Module linkage structure */ static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! &modldrv, /* ml_linkage */ ! NULL /* NULL terminates the list */ }; /* * Debug printing */ --- 216,226 ---- /* * Module linkage structure */ static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! { &modldrv, NULL } /* ml_linkage */ }; /* * Debug printing */