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/common/io/mac/plugins/mac_ipv6.c
          +++ new/usr/src/uts/common/io/mac/plugins/mac_ipv6.c
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  #include <inet/ip6.h>
  43   43  #include <inet/iptun.h>
  44   44  
  45   45  static struct modlmisc mac_ipv6_modlmisc = {
  46   46          &mod_miscops,
  47   47          "IPv6 tunneling MAC plugin"
  48   48  };
  49   49  
  50   50  static struct modlinkage mac_ipv6_modlinkage = {
  51   51          MODREV_1,
  52      -        &mac_ipv6_modlmisc,
  53      -        NULL
       52 +        {   &mac_ipv6_modlmisc,
       53 +            NULL }
  54   54  };
  55   55  
  56   56  static mactype_ops_t mac_ipv6_type_ops;
  57   57  
  58   58  int
  59   59  _init(void)
  60   60  {
  61   61          mactype_register_t *mtrp;
  62   62          int     err;
  63   63  
↓ open down ↓ 220 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX