Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/include/sm/shm.h
          +++ new/usr/src/cmd/sendmail/include/sm/shm.h
   1    1  /*
   2      - * Copyright (c) 2000-2003, 2005 Sendmail, Inc. and its suppliers.
        2 + * Copyright (c) 2000-2003, 2005 Proofpoint, Inc. and its suppliers.
   3    3   *      All rights reserved.
   4    4   *
   5    5   * By using this file, you agree to the terms and conditions set
   6    6   * forth in the LICENSE file which can be found at the top level of
   7    7   * the sendmail distribution.
   8    8   *
   9      - *      $Id: shm.h,v 1.11 2005/01/13 22:57:04 ca Exp $
        9 + *      $Id: shm.h,v 1.12 2013-11-22 20:51:31 ca Exp $
  10   10   */
  11   11  
  12      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  13      -
  14   12  #ifndef SM_SHM_H
  15   13  # define SM_SHM_H
  16   14  
  17   15  # if SM_CONF_SHM
  18   16  #  include <sys/types.h>
  19   17  #  include <sys/ipc.h>
  20   18  #  include <sys/shm.h>
  21   19  
  22   20  /* # include "def.h"    */
  23   21  
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX