summaryrefslogtreecommitdiffstats
path: root/bsd-snprintf.c
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.c
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.c')
-rw-r--r--bsd-snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-snprintf.c b/bsd-snprintf.c
index 69534ecf..c31fc38d 100644
--- a/bsd-snprintf.c
+++ b/bsd-snprintf.c
@@ -126,7 +126,7 @@ vsnprintf(str, n, fmt, ap)
char *str;
size_t n;
char *fmt;
- va_list *ap;
+ va_list ap;
{
struct sigaction osa, nsa;
char *p;