Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/include/sm/exc.h
          +++ new/usr/src/cmd/sendmail/include/sm/exc.h
   1    1  /*
   2      - * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
        2 + * Copyright (c) 2000-2001 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: exc.h,v 1.23 2001/06/07 20:04:53 ca Exp $
        9 + *      $Id: exc.h,v 1.24 2013-11-22 20:51:31 ca Exp $
  10   10   */
  11   11  
  12      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  13      -
  14   12  /*
  15   13  **  libsm exception handling
  16   14  **  See libsm/exc.html for documentation.
  17   15  */
  18   16  
  19   17  #ifndef SM_EXC_H
  20   18  # define SM_EXC_H
  21   19  
  22   20  #include <sm/setjmp.h>
  23   21  #include <sm/io.h>
↓ open down ↓ 165 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX