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/rds/rdsddi.c
          +++ new/usr/src/uts/common/io/ib/clients/rds/rdsddi.c
↓ open down ↓ 962 lines elided ↑ open up ↑
 963  963   * Module linkage information for the kernel.
 964  964   */
 965  965  static struct modldrv modldrv = {
 966  966          &mod_driverops,
 967  967          RDS_DEVDESC,
 968  968          &rds_devops
 969  969  };
 970  970  
 971  971  static struct modlinkage modlinkage = {
 972  972          MODREV_1,
 973      -        &modldrv,
 974      -        NULL
      973 +        { &modldrv, NULL }
 975  974  };
 976  975  
 977  976  int
 978  977  _init(void)
 979  978  {
 980  979          int     ret;
 981  980  
 982  981          rds_init();
 983  982  
 984  983          ret = mod_install(&modlinkage);
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX