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

@@ -56,12 +56,12 @@
         &iptun_dev_ops
 };
 
 static struct modlinkage iptun_modlinkage = {
         MODREV_1,
-        &iptun_modldrv,
-        NULL
+        {   &iptun_modldrv,
+            NULL }
 };
 
 /*
  * Initialize the tunnel stack instance.
  */