summaryrefslogtreecommitdiff
path: root/bdb/clib/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/clib/vsnprintf.c')
-rw-r--r--bdb/clib/vsnprintf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bdb/clib/vsnprintf.c b/bdb/clib/vsnprintf.c
index 3d27bc0d2f8..4ffea8cb0ad 100644
--- a/bdb/clib/vsnprintf.c
+++ b/bdb/clib/vsnprintf.c
@@ -1,14 +1,14 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 1997, 1998, 1999, 2000
+ * Copyright (c) 1996-2002
* Sleepycat Software. All rights reserved.
*/
#include "db_config.h"
#ifndef lint
-static const char revid[] = "$Id: vsnprintf.c,v 11.4 2000/05/18 19:24:59 bostic Exp $";
+static const char revid[] = "$Id: vsnprintf.c,v 11.7 2002/01/11 15:51:29 bostic Exp $";
#endif /* not lint */
#ifndef NO_SYSTEM_INCLUDES
@@ -24,7 +24,7 @@ static const char revid[] = "$Id: vsnprintf.c,v 11.4 2000/05/18 19:24:59 bostic
* Bounded version of vsprintf.
*
* PUBLIC: #ifndef HAVE_VSNPRINTF
- * PUBLIC: int vsnprintf();
+ * PUBLIC: int vsnprintf __P((char *, size_t, const char *, va_list));
* PUBLIC: #endif
*/
#ifndef HAVE_VSNPRINTF