Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/exec/elf/elf_impl.h
          +++ new/usr/src/uts/common/exec/elf/elf_impl.h
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  
  26   26  #ifndef _ELF_ELF_IMPL_H
  27   27  #define _ELF_ELF_IMPL_H
  28   28  
       29 +#pragma ident   "%Z%%M% %I%     %E% SMI"
       30 +
  29   31  #ifdef  __cplusplus
  30   32  extern "C" {
  31   33  #endif
  32   34  
  33   35  #if     !defined(_LP64) || defined(_ELF32_COMPAT)
  34   36  
  35   37  /*
  36   38   * Definitions for ELF32, native 32-bit or 32-bit compatibility mode.
  37   39   */
  38   40  #define ELFCLASS        ELFCLASS32
↓ open down ↓ 91 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX