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

@@ -109,12 +109,11 @@
         &devops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,               /* ml_rev */
-        &modldrv,               /* ml_linkage */
-        NULL
+        { &modldrv, NULL }      /* ml_linkage */
 };
 
 static dev_info_t *kssl_dip = NULL;
 
 crypto_mechanism_t rsa_x509_mech = {CRYPTO_MECH_INVALID, NULL, 0};