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/libparanoia | |
parent | Fix build on current (comment out bogus duplicate declarations) (diff) |
Fix build on -current (_BSD_VA_LIST_ -> va_list)
Notes
Notes:
svn path=/head/; revision=68451
Diffstat (limited to 'security/libparanoia')
-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; |