Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/libsmdb/smdb.c
          +++ new/usr/src/cmd/sendmail/libsmdb/smdb.c
   1    1  /*
   2      -** Copyright (c) 1999-2002 Sendmail, Inc. and its suppliers.
        2 +** Copyright (c) 1999-2002 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    9  
  10      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  11      -
  12   10  #include <sm/gen.h>
  13      -SM_RCSID("@(#)$Id: smdb.c,v 8.58 2004/08/03 20:58:38 ca Exp $")
       11 +SM_RCSID("@(#)$Id: smdb.c,v 8.59 2013-11-22 20:51:49 ca Exp $")
  14   12  
  15   13  #include <fcntl.h>
  16   14  #include <stdlib.h>
  17   15  #include <unistd.h>
  18   16  
  19   17  
  20   18  #include <sendmail/sendmail.h>
  21   19  #include <libsmdb/smdb.h>
  22   20  
  23   21  static bool     smdb_lockfile __P((int, int));
↓ open down ↓ 528 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX