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/tpgs_tape.c
          +++ new/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/tpgs_tape.c
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54          tpgs_tape_init,
  55   55          tpgs_tape_device_probe,
  56   56          /* The rest of the implementation comes from SFO_NAME_TPGS import  */
  57   57  };
  58   58  
  59   59  static struct modlmisc modlmisc = {
  60   60          &mod_miscops, "f_tpgs_tape"
  61   61  };
  62   62  
  63   63  static struct modlinkage modlinkage = {
  64      -        MODREV_1, (void *)&modlmisc, NULL
       64 +        MODREV_1, { (void *)&modlmisc, NULL }
  65   65  };
  66   66  
  67   67  
  68   68  
  69   69  /*
  70   70   * External function definitions
  71   71   */
  72   72  extern struct scsi_failover_ops *vhci_failover_ops_by_name(char *);
  73   73  
  74   74  int
↓ open down ↓ 111 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX