[exim-cvs] Fix Solaris build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix Solaris build
Gitweb: https://git.exim.org/exim.git/commitdiff/7c6d46575a89c424346c6dbdc052b5e22cb0169f
Commit:     7c6d46575a89c424346c6dbdc052b5e22cb0169f
Parent:     8aa16eb712afac844fb28ed465c6076c6b0ea22b
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Dec 21 22:07:41 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Dec 22 09:56:09 2019 +0000


    Fix Solaris build


    Broken-by: 8aa16eb712
---
 src/src/exim_dbmbuild.c | 5 +++++
 1 file changed, 5 insertions(+)


diff --git a/src/src/exim_dbmbuild.c b/src/src/exim_dbmbuild.c
index 85bc3fd..1185cfa 100644
--- a/src/src/exim_dbmbuild.c
+++ b/src/src/exim_dbmbuild.c
@@ -56,6 +56,11 @@ string_vformat_trc(gstring * g, const uschar * func, unsigned line,
uschar *
string_sprintf_trc(const char * a, const uschar * b, unsigned c, ...)
{ 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];