From b8c656e744a0a9110e5eb0ea5a6587efb181b20a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 28 Jun 2000 15:22:41 +1000 Subject: - (djm) Added patch from Chris Adams to add OSF SIA support. Enable using "USE_SIA=1 ./configure [options]" --- bsd-snprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd-snprintf.h') diff --git a/bsd-snprintf.h b/bsd-snprintf.h index 8f244604c..6be2047e1 100644 --- a/bsd-snprintf.h +++ b/bsd-snprintf.h @@ -10,7 +10,7 @@ int snprintf(char *str, size_t n, char const *fmt, ...); #endif /* !HAVE_SNPRINTF */ #ifndef HAVE_VSNPRINTF -int vsnprintf(char *str, size_t n, char *fmt, va_list *ap); +int vsnprintf(char *str, size_t n, char *fmt, va_list ap); #endif /* !HAVE_SNPRINTF */ -- cgit v1.2.3