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

@@ -247,10 +247,11 @@
 };
 #endif  /* INET_SOCKDESC */
 
 static struct modlinkage modlinkage = {
         MODREV_1,
+        {
 #ifdef  INET_DEVDESC
         &modldrv,
 #endif
 #ifdef  INET_MODDESC
         &modlstrmod,

@@ -257,6 +258,7 @@
 #endif
 #ifdef  INET_SOCKDESC
         &modlsockmod,
 #endif
         NULL
+        }
 };