Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/modules/common/ip-transport/Makefile
          +++ new/usr/src/cmd/fm/modules/common/ip-transport/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  
  23   23  #
  24   24  # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
       27 +# Copyright (c) 2018, Joyent, Inc.
  27   28  
  28   29  MODULE = ip-transport
  29   30  CLASS = common
  30   31  SRCS = ip.c
  31   32  
  32   33  include ../../Makefile.plugin
  33   34  
  34   35  LDLIBS += -lsocket -lnsl
  35   36  CERRWARN += -_gcc=-Wno-uninitialized
       37 +
       38 +# not linted
       39 +SMATCH=off
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX