Print this page
Cstyle cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/dump/common/dump.c
          +++ new/usr/src/cmd/sgs/dump/common/dump.c
↓ open down ↓ 16 lines elided ↑ open up ↑
  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) 1988 AT&T
  24   24   *        All Rights Reserved
  25   25   *
  26   26   * Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
       27 + * Copyright 2018, Joyent, Inc.
  27   28   */
  28   29  
  29   30  /* Get definitions for the relocation types supported. */
  30   31  #define ELF_TARGET_ALL
  31   32  
  32   33  #include <stdio.h>
  33   34  #include <stdlib.h>
  34   35  #include <locale.h>
  35   36  #include <unistd.h>
  36   37  #include <libelf.h>
↓ open down ↓ 2099 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX