diff --git a/security/libparanoia/files/patch-ac b/security/libparanoia/files/patch-ac new file mode 100644 index 000000000000..c6fb894ba86c --- /dev/null +++ b/security/libparanoia/files/patch-ac @@ -0,0 +1,11 @@ +--- 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;