Gitweb:
https://git.exim.org/exim.git/commitdiff/e66a8a1aef8466d61991342335eb0802988c3f7e
Commit: e66a8a1aef8466d61991342335eb0802988c3f7e
Parent: c4639661040515feaa187921d47580b767f7c3b1
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Dec 22 21:24:24 2019 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Dec 22 21:25:07 2019 +0000
Fix Solaris build (pt.2)
Broken-by: 8aa16eb712
---
src/src/exim_dbutil.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c
index 7b13859..cd29cc4 100644
--- a/src/src/exim_dbutil.c
+++ b/src/src/exim_dbutil.c
@@ -59,6 +59,10 @@ string_vformat_trc(gstring * g, const uschar * func, unsigned line,
uschar *
string_sprintf_trc(const char * fmt, const uschar * func, unsigned line, ...)
{ return NULL; }
+BOOL
+string_format_trc(uschar * buf, int len, const uschar * func, unsigned line,
+ const char * fmt, ...)
+{ return FALSE; }
struct global_flags f;
unsigned int log_selector[1];