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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/comstar/port/srpt/srpt_mod.c
          +++ new/usr/src/uts/common/io/comstar/port/srpt/srpt_mod.c
↓ open down ↓ 140 lines elided ↑ open up ↑
 141  141  };
 142  142  
 143  143  static struct modldrv modldrv = {
 144  144          &mod_driverops,
 145  145          SRPT_NAME_VERSION,
 146  146          &srpt_dev_ops,
 147  147  };
 148  148  
 149  149  static struct modlinkage srpt_modlinkage = {
 150  150          MODREV_1,
 151      -        &modldrv,
 152      -        NULL,
      151 +        { &modldrv, NULL }
 153  152  };
 154  153  
 155  154  static char srpt_pp_name[] = "srpt";
 156  155  
 157  156  /*
 158  157   * Prototypes
 159  158   */
 160  159  static void srpt_pp_cb(stmf_port_provider_t *, int, void *, uint32_t);
 161  160  
 162  161  /*
↓ open down ↓ 532 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX