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

*** 932,947 **** &cpc_sysent }; #endif static struct modlinkage modl = { ! MODREV_1, &modldrv, &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif }; int _init(void) { --- 932,949 ---- &cpc_sysent }; #endif static struct modlinkage modl = { ! MODREV_1, { &modldrv, &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif + NULL + } }; int _init(void) {