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

*** 177,188 **** }; /* Module Linkage */ static struct modlinkage hermon_modlinkage = { MODREV_1, ! &hermon_modldrv, ! NULL }; /* * This extern refers to the ibc_operations_t function vector that is defined * in the hermon_ci.c file. --- 177,187 ---- }; /* Module Linkage */ static struct modlinkage hermon_modlinkage = { MODREV_1, ! { &hermon_modldrv, NULL } }; /* * This extern refers to the ibc_operations_t function vector that is defined * in the hermon_ci.c file.