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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/inetddi.c
          +++ new/usr/src/uts/common/inet/inetddi.c
↓ open down ↓ 241 lines elided ↑ open up ↑
 242  242  
 243  243  static struct modlsockmod modlsockmod = {
 244  244          &mod_sockmodops,
 245  245          INET_SOCKDESC,
 246  246          &smodreg
 247  247  };
 248  248  #endif  /* INET_SOCKDESC */
 249  249  
 250  250  static struct modlinkage modlinkage = {
 251  251          MODREV_1,
      252 +        {
 252  253  #ifdef  INET_DEVDESC
 253      -        &modldrv,
      254 +            &modldrv,
 254  255  #endif
 255  256  #ifdef  INET_MODDESC
 256      -        &modlstrmod,
      257 +            &modlstrmod,
 257  258  #endif
 258  259  #ifdef  INET_SOCKDESC
 259      -        &modlsockmod,
      260 +            &modlsockmod,
 260  261  #endif
 261      -        NULL
      262 +            NULL
      263 +        }
 262  264  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX