Print this page
cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libconv/common/lintsup.c
          +++ new/usr/src/cmd/sgs/libconv/common/lintsup.c
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
       24 + * Copyright 2018, Joyent, Inc.
  24   25   */
  25   26  /* LINTLIBRARY */
  26   27  /* PROTOLIB1 */
  27   28  
  28   29  /*
  29   30   * Supplemental definitions for lint that help us avoid
  30   31   * options like `-x' that filter out things we want to
  31   32   * know about as well as things we don't.
  32   33   */
  33   34  
  34   35  /*
  35   36   * The public interfaces are allowed to be "declared
  36   37   * but not used".
  37   38   */
  38   39  #include <stdio.h>
  39   40  #include <sys/auxv.h>
  40   41  #include <libelf.h>
  41   42  #include <link.h>
  42      -#include <demangle.h>
  43   43  #include <elfcap.h>
  44   44  #include <dwarf.h>
  45   45  #include "sgs.h"
  46   46  #include "rtld.h"
  47   47  #include "libld.h"
  48   48  #include "conv.h"
  49   49  
  50   50  /*
  51   51   * Suppress the actual message codes from the sgsmsg headers.
  52   52   * With multiple string tables, we will have name collisions.
↓ open down ↓ 71 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX