mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on -current (_BSD_VA_LIST_ -> va_list)
This commit is contained in:
parent
177e36f61f
commit
ed443fc0bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68451
1 changed files with 11 additions and 0 deletions
11
security/libparanoia/files/patch-ac
Normal file
11
security/libparanoia/files/patch-ac
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue