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

*** 48,58 **** &mod_miscops, /* Type of module */ IDM_NAME_VERSION }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; extern void idm_wd_thread(void *arg); static int _idm_init(void); --- 48,58 ---- &mod_miscops, /* Type of module */ IDM_NAME_VERSION }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; extern void idm_wd_thread(void *arg); static int _idm_init(void);