Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/libsm/t-strl.c
          +++ new/usr/src/cmd/sendmail/libsm/t-strl.c
   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    9   */
  10   10  
  11      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  12      -
  13   11  #include <sm/gen.h>
  14      -SM_IDSTR(id, "@(#)$Id: t-strl.c,v 1.13 2001/08/27 23:00:05 gshapiro Exp $")
       12 +SM_IDSTR(id, "@(#)$Id: t-strl.c,v 1.16 2013-11-22 20:51:44 ca Exp $")
  15   13  
  16   14  #include <stdlib.h>
  17   15  #include <stdio.h>
  18   16  #include <sm/heap.h>
  19   17  #include <sm/string.h>
  20   18  #include <sm/test.h>
  21   19  
  22   20  #define MAXL    16
  23   21  #define N       5
  24   22  #define SIZE    128
↓ open down ↓ 114 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX