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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ntxn/unm_gem.c
          +++ new/usr/src/uts/common/io/ntxn/unm_gem.c
↓ open down ↓ 1460 lines elided ↑ open up ↑
1461 1461  #endif
1462 1462  
1463 1463  static struct modldrv modldrv = {
1464 1464          &mod_driverops, /* Type of module.  This one is a driver */
1465 1465          ident,
1466 1466          &unm_ops,       /* driver ops */
1467 1467  };
1468 1468  
1469 1469  static struct modlinkage modlinkage = {
1470 1470          MODREV_1,
1471      -        (&modldrv),
1472      -        NULL
     1471 +        { (&modldrv), NULL }
1473 1472  };
1474 1473  
1475 1474  
1476 1475  int
1477 1476  _init(void)
1478 1477  {
1479 1478          int ret;
1480 1479  
1481 1480          unm_ops.devo_cb_ops->cb_str = NULL;
1482 1481          mac_init_ops(&unm_ops, "ntxn");
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX