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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/vuidmice/vuidmice.c
          +++ new/usr/src/uts/common/io/vuidmice/vuidmice.c
↓ open down ↓ 132 lines elided ↑ open up ↑
 133  133          &mod_strmodops,
 134  134          "mouse events to vuid events",
 135  135          &fsw
 136  136  };
 137  137  
 138  138  /*
 139  139   * Module linkage information for the kernel.
 140  140   */
 141  141  static struct modlinkage modlinkage = {
 142  142          MODREV_1,
 143      -        &modlstrmod,
 144      -        NULL
      143 +        { &modlstrmod, NULL }
 145  144  };
 146  145  
 147  146  static int module_open = 0;     /* allow only one open of this module */
 148  147  
 149  148  int
 150  149  _init(void)
 151  150  {
 152  151          register int rc;
 153  152  
 154  153          mutex_init(&vuidmice_lock, NULL, MUTEX_DEFAULT, NULL);
↓ open down ↓ 677 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX