summaryrefslogtreecommitdiff
path: root/bsd-snprintf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-28 15:22:41 +1000
committerDamien Miller <djm@mindrot.org>2000-06-28 15:22:41 +1000
commitb8c656e744a0a9110e5eb0ea5a6587efb181b20a (patch)
tree090ecdf170d3a8e3b184a1607a1807fac26d663a /bsd-snprintf.h
parent262ff170fbd9d2071a43e97656a6bd705dda7e4c (diff)
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
support. Enable using "USE_SIA=1 ./configure [options]"
Diffstat (limited to 'bsd-snprintf.h')
-rw-r--r--bsd-snprintf.h2
1 files changed, 1 insertions, 1 deletions
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, ...);
10#endif /* !HAVE_SNPRINTF */ 10#endif /* !HAVE_SNPRINTF */
11 11
12#ifndef HAVE_VSNPRINTF 12#ifndef HAVE_VSNPRINTF
13int vsnprintf(char *str, size_t n, char *fmt, va_list *ap); 13int vsnprintf(char *str, size_t n, char *fmt, va_list ap);
14#endif /* !HAVE_SNPRINTF */ 14#endif /* !HAVE_SNPRINTF */
15 15
16 16