From: Jeremy Harris Date: Mon, 2 Sep 2019 10:18:48 +0000 (+0100) Subject: Build: another go at Solaris workarounds X-Git-Tag: exim-4.93-RC0~84 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/f3a6b42d32978a63bceba5cf27455b6b8cef24f5 Build: another go at Solaris workarounds --- diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c index ff4a2efb5..4719e8beb 100644 --- a/src/src/exim_dbutil.c +++ b/src/src/exim_dbutil.c @@ -50,6 +50,11 @@ gstring * string_vformat_trc(gstring * g, const uschar * func, unsigned line, unsigned size_limit, unsigned flags, const char *format, va_list ap) { return NULL; } +uschar * +string_sprintf_trc(const char * fmt, const uschar * func, unsigned line, ...) +{ return NULL; } +extern BOOL split_spool_directory; +extern uschar * queue_name; /******************************************************************************/