diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:22:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:22:31 +0000 |
commit | ed443fc0bf5f280e8f32d4a3a0f996acad79667c (patch) | |
tree | 80dd4483bb30eeca6909a1c643219d9f3952cef2 /security | |
parent | 177e36f61fed220e941039108f2df66f33e7b125 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libparanoia/files/patch-ac | 11 |
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; |