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

@@ -66,12 +66,11 @@
         &mod_sockmodops, "SCTP socket module", &sinfo
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlsockmod,
-        NULL
+        { &modlsockmod, NULL }
 };
 
 static int
 socksctp_init(void)
 {