freebsd-ports/security/libparanoia/files/vsnprintf-current.patch

12 lines
217 B
Diff
Raw Normal View History

--- vsprintf.c.orig Sun Oct 20 17:23:01 2002
+++ vsprintf.c Sun Oct 20 17:23:32 2002
@@ -52,7 +52,7 @@
vsprintf(str, fmt, ap)
char *str;
const char *fmt;
- _BSD_VA_LIST_ ap;
+ va_list ap;
{
int ret;
FILE f;