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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym_hds.c
          +++ new/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/sym_hds.c
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78          NULL,
  79   79          hds_sym_get_opinfo,
  80   80          /* The rest of the implementation comes from SFO_NAME_SYM import  */
  81   81  };
  82   82  
  83   83  static struct modlmisc modlmisc = {
  84   84          &mod_miscops, "f_sym_hds"
  85   85  };
  86   86  
  87   87  static struct modlinkage modlinkage = {
  88      -        MODREV_1, (void *)&modlmisc, NULL
       88 +        MODREV_1, { (void *)&modlmisc, NULL }
  89   89  };
  90   90  
  91   91  #define HDS_MAX_INQ_BUF_SIZE            0xff
  92   92  #define HDS_INQ_PAGE_E0                 0xe0
  93   93  #define HDS_SAA_TYPE                    "DF00"
  94   94  #define ASYM_ACTIVE_ACTIVE              0
  95   95  #define SYM_ACTIVE_ACTIVE               1
  96   96  
  97   97  extern struct scsi_failover_ops *vhci_failover_ops_by_name(char *);
  98   98  
↓ open down ↓ 229 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX