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

@@ -39,12 +39,12 @@
         "6to4 tunneling MAC plugin"
 };
 
 static struct modlinkage mac_6to4_modlinkage = {
         MODREV_1,
-        &mac_6to4_modlmisc,
-        NULL
+        {   &mac_6to4_modlmisc,
+            NULL }
 };
 
 static mactype_ops_t mac_6to4_type_ops;
 
 int