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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/ipp/ipgpc/classifierddi.c
          +++ new/usr/src/uts/common/ipp/ipgpc/classifierddi.c
↓ open down ↓ 62 lines elided ↑ open up ↑
  63   63   * Module linkage information for the kernel.
  64   64   */
  65   65  static struct modlipp modlipp = {
  66   66          &mod_ippops,
  67   67          "IP Generic Packet Classifier (ipgpc) module 1.0",
  68   68          &ipgpc_ops
  69   69  };
  70   70  
  71   71  static struct modlinkage modlinkage = {
  72   72          MODREV_1,
  73      -        (void *)&modlipp,
  74      -        NULL
       73 +        { (void *)&modlipp, NULL }
  75   74  };
  76   75  
  77   76  #define __FN__  "_init"
  78   77  int
  79   78  _init(
  80   79          void)
  81   80  {
  82   81          int rc;
  83   82  
  84   83          if (ipgpc_action_exist) {
↓ open down ↓ 420 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX