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

@@ -62,15 +62,16 @@
 };
 #endif
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlsys,
+        {   &modlsys,
 #ifdef _SYSCALL32_IMPL
         &modlsys32,
 #endif
         NULL
+        }
 };
 
 #define PSET_BADATTR(attr)      ((~PSET_NOESCAPE) & (attr))
 
 int