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_6to4.c
          +++ new/usr/src/uts/common/io/mac/plugins/mac_6to4.c
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  #include <sys/mac_6to4.h>
  35   35  #include <sys/mac_ipv4_impl.h>
  36   36  
  37   37  static struct modlmisc mac_6to4_modlmisc = {
  38   38          &mod_miscops,
  39   39          "6to4 tunneling MAC plugin"
  40   40  };
  41   41  
  42   42  static struct modlinkage mac_6to4_modlinkage = {
  43   43          MODREV_1,
  44      -        &mac_6to4_modlmisc,
  45      -        NULL
       44 +        {   &mac_6to4_modlmisc,
       45 +            NULL }
  46   46  };
  47   47  
  48   48  static mactype_ops_t mac_6to4_type_ops;
  49   49  
  50   50  int
  51   51  _init(void)
  52   52  {
  53   53          mactype_register_t *mtrp;
  54   54          int     err;
  55   55  
↓ open down ↓ 64 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX