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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/klm/klmops.c
          +++ new/usr/src/uts/common/klm/klmops.c
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  #include <nfs/lm.h>
  30   30  #include <rpcsvc/nlm_prot.h>
  31   31  #include "nlm_impl.h"
  32   32  
  33   33  
  34   34  static struct modlmisc modlmisc = {
  35   35          &mod_miscops, "lock mgr calls"
  36   36  };
  37   37  
  38   38  static struct modlinkage modlinkage = {
  39      -        MODREV_1, &modlmisc, NULL
       39 +        MODREV_1, { &modlmisc, NULL }
  40   40  };
  41   41  
  42   42  
  43   43  
  44   44  /*
  45   45   * ****************************************************************
  46   46   * module init, fini, info
  47   47   */
  48   48  int
  49   49  _init()
↓ open down ↓ 119 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX