- Fix build on alpha4

This commit is contained in:
Dirk Meyer 2004-11-27 06:02:53 +00:00
parent d3920adf24
commit 26825492c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122570

View 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;