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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/net80211/net80211.c
          +++ new/usr/src/uts/common/io/net80211/net80211.c
↓ open down ↓ 835 lines elided ↑ open up ↑
 836  836          mutex_destroy(&ic->ic_doorlock);
 837  837  }
 838  838  
 839  839  static struct modlmisc  i_wifi_modlmisc = {
 840  840          &mod_miscops,
 841  841          "IEEE80211 Kernel Module v2.0"
 842  842  };
 843  843  
 844  844  static struct modlinkage        i_wifi_modlinkage = {
 845  845          MODREV_1,
 846      -        &i_wifi_modlmisc,
 847      -        NULL
      846 +        { &i_wifi_modlmisc, NULL }
 848  847  };
 849  848  
 850  849  /*
 851  850   * modlinkage functions
 852  851   */
 853  852  int
 854  853  _init(void)
 855  854  {
 856  855          return (mod_install(&i_wifi_modlinkage));
 857  856  }
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX