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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
          +++ new/usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
↓ open down ↓ 111 lines elided ↑ open up ↑
 112  112  };
 113  113  
 114  114  static struct modldrv modldrv = {
 115  115          &mod_driverops,
 116  116          FCOEI_NAME_VERSION,
 117  117          &fcoei_ops,
 118  118  };
 119  119  
 120  120  static struct modlinkage modlinkage = {
 121  121          MODREV_1,
 122      -        &modldrv,
 123      -        NULL
      122 +        { &modldrv, NULL }
 124  123  };
 125  124  
 126  125  /*
 127  126   * Driver's global variables
 128  127   */
 129  128  void    *fcoei_state       = NULL;
 130  129  int      fcoei_use_ext_log = 0;
 131  130  
 132  131  /*
 133  132   * Common loadable module entry points _init, _fini, _info
↓ open down ↓ 997 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX