Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/libsm/vsnprintf.c
          +++ new/usr/src/cmd/sendmail/libsm/vsnprintf.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   * Copyright (c) 1990, 1993
   5    5   *      The Regents of the University of California.  All rights reserved.
   6    6   *
   7    7   * This code is derived from software contributed to Berkeley by
   8    8   * Chris Torek.
   9    9   *
  10   10   * By using this file, you agree to the terms and conditions set
  11   11   * forth in the LICENSE file which can be found at the top level of
  12   12   * the sendmail distribution.
  13   13   */
  14   14  
  15      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  16      -
  17   15  #include <sm/gen.h>
  18      -SM_RCSID("@(#)$Id: vsnprintf.c,v 1.21 2001/03/04 23:28:41 ca Exp $")
       16 +SM_RCSID("@(#)$Id: vsnprintf.c,v 1.24 2013-11-22 20:51:44 ca Exp $")
  19   17  #include <limits.h>
  20   18  #include <sm/io.h>
  21   19  #include "local.h"
  22   20  
  23   21  /*
  24   22  **  SM_VSNPRINTF -- format data for "output" into a string
  25   23  **
  26   24  **      Assigned 'str' to a "fake" file pointer. This allows common
  27   25  **      o/p formatting function sm_vprintf() to be used.
  28   26  **
↓ open down ↓ 52 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX