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

*** 159,170 **** &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* revision of the module, must be: MODREV_1 */ ! &modldrv, /* ptr to linkage structures */ ! NULL, }; static dev_info_t *smb_drv_dip = NULL; /* --- 159,169 ---- &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* revision of the module, must be: MODREV_1 */ ! { &modldrv, NULL } /* ptr to linkage structures */ }; static dev_info_t *smb_drv_dip = NULL; /*