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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ib/clients/iser/iser.c
          +++ new/usr/src/uts/common/io/ib/clients/iser/iser.c
↓ open down ↓ 95 lines elided ↑ open up ↑
  96   96  #define ISER_NAME_VERSION       "iSCSI Extensions for RDMA"
  97   97  static struct modldrv iser_modldrv = {
  98   98          &mod_driverops,
  99   99          ISER_NAME_VERSION,
 100  100          &iser_ops,
 101  101  };
 102  102  
 103  103  /* Module Linkage */
 104  104  static struct modlinkage iser_modlinkage = {
 105  105          MODREV_1,
 106      -        &iser_modldrv,
 107      -        NULL
      106 +        { &iser_modldrv, NULL }
 108  107  };
 109  108  
 110  109  /*
 111  110   * _init()
 112  111   */
 113  112  int
 114  113  _init(void)
 115  114  {
 116  115          int     status;
 117  116  
↓ open down ↓ 319 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX