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

*** 247,256 **** --- 247,257 ---- }; #endif /* INET_SOCKDESC */ static struct modlinkage modlinkage = { MODREV_1, + { #ifdef INET_DEVDESC &modldrv, #endif #ifdef INET_MODDESC &modlstrmod,
*** 257,262 **** --- 258,264 ---- #endif #ifdef INET_SOCKDESC &modlsockmod, #endif NULL + } };