Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
          +++ new/usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
↓ open down ↓ 128 lines elided ↑ open up ↑
 129  129  /*
 130  130   * drmach autoconfiguration data structures and interfaces
 131  131   */
 132  132  static struct modlmisc modlmisc = {
 133  133          &mod_miscops,
 134  134          "ACPI based DR v1.0"
 135  135  };
 136  136  
 137  137  static struct modlinkage modlinkage = {
 138  138          MODREV_1,
 139      -        (void *)&modlmisc,
 140      -        NULL
      139 +        {   (void *)&modlmisc,
      140 +            NULL }
 141  141  };
 142  142  
 143  143  int
 144  144  _init(void)
 145  145  {
 146  146          int err;
 147  147  
 148  148          if ((err = drmach_init()) != 0) {
 149  149                  return (err);
 150  150          }
↓ open down ↓ 2777 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX