Print this page
Code review comments from jeffpc

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/inc/priv_private.h
          +++ new/usr/src/lib/libc/inc/priv_private.h
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27   27  #ifndef _PRIV_PRIVATE_H
  28   28  #define _PRIV_PRIVATE_H
  29   29  
       30 +#pragma ident   "%Z%%M% %I%     %E% SMI"
       31 +
  30   32  #include <sys/types.h>
  31   33  #include <sys/priv.h>
  32   34  #include <limits.h>
  33   35  
  34   36  /*
  35   37   * Libc private privilege data.
  36   38   */
  37   39  
  38   40  #ifdef __cplusplus
  39   41  extern "C" {
↓ open down ↓ 81 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX