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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/net_dacf.c
          +++ new/usr/src/uts/common/io/net_dacf.c
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59          opsets
  60   60  };
  61   61  
  62   62  static struct modldacf modldacf = {
  63   63          &mod_dacfops,
  64   64          "net DACF",
  65   65          &dacfsw
  66   66  };
  67   67  
  68   68  static struct modlinkage modlinkage = {
  69      -        MODREV_1, &modldacf, NULL
       69 +        MODREV_1, { &modldacf, NULL }
  70   70  };
  71   71  
  72   72  int
  73   73  _init(void)
  74   74  {
  75   75          return (mod_install(&modlinkage));
  76   76  }
  77   77  
  78   78  int
  79   79  _fini(void)
↓ open down ↓ 56 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX