]> andersk Git - openssh.git/blobdiff - bsd-snprintf.h
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
[openssh.git] / bsd-snprintf.h
index 8f244604cffeae48c04d8314ec14f0052b4a0cb8..6be2047e15792cd2faba4baefedd1ea9a23e37df 100644 (file)
@@ -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 */
 
 
This page took 0.031792 seconds and 4 git commands to generate.