summaryrefslogtreecommitdiff
path: root/security/libparanoia
diff options
context:
space:
mode:
Diffstat (limited to 'security/libparanoia')
-rw-r--r--security/libparanoia/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
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;