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

@@ -81,12 +81,11 @@
 };
 
 /* modlinkage structure */
 static struct modlinkage ml = {
         MODREV_1,
-        &sockmod,
-        NULL
+        { &sockmod, NULL }
 };
 
 #define VALID_NICK(n)   ((n) != RBRIDGE_NICKNAME_NONE && \
                         (n) != RBRIDGE_NICKNAME_UNUSED)