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

@@ -264,12 +264,12 @@
         &zc_ops                 /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        {   &modldrv,
+            NULL }
 };
 
 typedef struct zc_state {
         dev_info_t *zc_devinfo;
         queue_t *zc_master_rdq;