- Fix build on alpha4
This commit is contained in:
parent
d3920adf24
commit
26825492c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122570
1 changed files with 11 additions and 0 deletions
11
mail/spamilter/files/patch-libspf-util.c
Normal file
11
mail/spamilter/files/patch-libspf-util.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libspf/util.c.orig Thu Apr 29 15:47:30 2004
|
||||
+++ libspf/util.c Sat Nov 27 08:32:05 2004
|
||||
@@ -61,7 +61,7 @@
|
||||
void _printf_dbg(u_int8_t level, const char *function, const char *format,...)
|
||||
{
|
||||
char _dbg_output[MAX_DEBUG_LEN];
|
||||
- va_list argptr = NULL;
|
||||
+ va_list argptr;
|
||||
|
||||
#ifdef _SPF_DEBUG_LOGFILE
|
||||
FILE *fp = NULL;
|
Loading…
Reference in a new issue