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

*** 103,118 **** &vfw }; static struct modlinkage modlinkage = { MODREV_1, ! &modlfs, &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL }; int _init(void) { --- 103,119 ---- &vfw }; static struct modlinkage modlinkage = { MODREV_1, ! { &modlfs, &modlsys, #ifdef _SYSCALL32_IMPL &modlsys32, #endif NULL + } }; int _init(void) {