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

@@ -457,21 +457,21 @@
                 OA_R,
                 OA_R,
                 OP_NP,
                 0,
                 sizeof (t_scalar_t),
-                0
+                { 0 }
         },
         {
                 SO_RECVUCRED,
                 SOL_SOCKET,
                 OA_RW,
                 OA_RW,
                 OP_NP,
                 0,
                 sizeof (int),
-                0
+                { 0 }
         }
 };
 
 /*
  * Table of all supported levels

@@ -746,12 +746,11 @@
 /*
  * Module linkage information for the kernel.
  */
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 /*
  * Templates for response to info request
  * Check sanity of unlimited connect data etc.