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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/avs/ns/rdc/rdcsrv.c
          +++ new/usr/src/uts/common/avs/ns/rdc/rdcsrv.c
↓ open down ↓ 107 lines elided ↑ open up ↑
 108  108  
 109  109  extern struct mod_ops mod_miscops;
 110  110  
 111  111  static struct modlmisc modlmisc = {
 112  112          &mod_miscops,   /* Type of module */
 113  113          "nws:Remote Mirror kRPC:" ISS_VERSION_STR
 114  114  };
 115  115  
 116  116  static struct modlinkage modlinkage = {
 117  117          MODREV_1,
 118      -        &modlmisc,
 119      -        NULL
      118 +        { &modlmisc, NULL }
 120  119  };
 121  120  
 122  121  
 123  122  int
 124  123  _init(void)
 125  124  {
 126  125          int rc;
 127  126  
 128  127          mutex_init(&rdcsrv_lock, NULL, MUTEX_DRIVER, NULL);
 129  128  
↓ open down ↓ 318 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX