From 63941f9631b8316d57d54e0ef7484c66bb1c1b7d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 25 Feb 2001 23:20:40 +0000 Subject: - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again. --- openbsd-compat/bsd-snprintf.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/bsd-snprintf.c') diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index d02e5ae50..1c72ea61d 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c @@ -51,7 +51,12 @@ #include "includes.h" -RCSID("$Id: bsd-snprintf.c,v 1.4 2001/02/13 14:05:59 mouring Exp $"); +RCSID("$Id: bsd-snprintf.c,v 1.5 2001/02/25 23:20:41 mouring Exp $"); + +#if defined(BROKEN_SNPRINTF) /* For those with broken snprintf() */ +# undef HAVE_SNPRINTF +# undef HAVE_VSNPRINTF +#endif #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) -- cgit v1.2.3