summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-snprintf.c')
-rw-r--r--openbsd-compat/bsd-snprintf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c
index 59fefbf25..c75359c51 100644
--- a/openbsd-compat/bsd-snprintf.c
+++ b/openbsd-compat/bsd-snprintf.c
@@ -44,7 +44,9 @@
44 * right. 44 * right.
45 **************************************************************/ 45 **************************************************************/
46 46
47#include "config.h" 47#include "includes.h"
48
49RCSID("$Id: bsd-snprintf.c,v 1.2 2001/02/09 01:55:36 djm Exp $");
48 50
49#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) 51#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
50 52