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

*** 137,148 **** }; /* Module Linkage */ static struct modlinkage dcopy_modlinkage = { MODREV_1, ! &dcopy_modlmisc, ! NULL }; static int dcopy_init(); static void dcopy_fini(); --- 137,147 ---- }; /* Module Linkage */ static struct modlinkage dcopy_modlinkage = { MODREV_1, ! { &dcopy_modlmisc, NULL } }; static int dcopy_init(); static void dcopy_fini();