Print this page
Cstyle cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/prof/common/profv.c
          +++ new/usr/src/cmd/sgs/prof/common/profv.c
↓ open down ↓ 14 lines elided ↑ open up ↑
  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 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
       25 + *
       26 + * Copyright 2018, Joyent, Inc.
  25   27   */
  26   28  
  27      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  28      -
  29   29  /*
  30   30   * All routines in this file are for processing new-style, *versioned*
  31   31   * mon.out format. Together with rdelf.c, lookup.c and profv.h, these
  32   32   * form the complete set of files to profile new-style mon.out files.
  33   33   */
  34   34  
  35   35  #include <stdlib.h>
  36   36  #include <string.h>
  37   37  #include "conv.h"
  38   38  #include "profv.h"
↓ open down ↓ 878 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX