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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/avs/ns/dsw/dsw.c
          +++ new/usr/src/uts/common/avs/ns/dsw/dsw.c
↓ open down ↓ 109 lines elided ↑ open up ↑
 110  110  };
 111  111  
 112  112  static struct modldrv ii_ldrv = {
 113  113          &mod_driverops,
 114  114          "nws:Point-in-Time:" ISS_VERSION_STR,
 115  115          &ii_ops
 116  116  };
 117  117  
 118  118  static struct modlinkage ii_modlinkage = {
 119  119          MODREV_1,
 120      -        &ii_ldrv,
 121      -        NULL
      120 +        { &ii_ldrv, NULL }
 122  121  };
 123  122  
 124  123  struct ii_state {
 125  124          dev_info_t *dip;
 126  125          int     instance;
 127  126  };
 128  127  
 129  128  /* used for logging sysevent, gets set in _ii_attach */
 130  129  dev_info_t *ii_dip = NULL;
 131  130  
↓ open down ↓ 524 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX