Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

*** 108,119 **** &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! &modldrv, /* ml_linkage */ ! NULL }; static dev_info_t *cryptoadm_dip = NULL; /* --- 108,119 ---- &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! { &modldrv, /* ml_linkage */ ! NULL } }; static dev_info_t *cryptoadm_dip = NULL; /*