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

*** 109,120 **** &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! &modldrv, /* ml_linkage */ ! NULL }; static dev_info_t *kssl_dip = NULL; crypto_mechanism_t rsa_x509_mech = {CRYPTO_MECH_INVALID, NULL, 0}; --- 109,119 ---- &devops, }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! { &modldrv, NULL } /* ml_linkage */ }; static dev_info_t *kssl_dip = NULL; crypto_mechanism_t rsa_x509_mech = {CRYPTO_MECH_INVALID, NULL, 0};