[exim-cvs] Solaris: more build-fixing

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Solaris: more build-fixing
Gitweb: https://git.exim.org/exim.git/commitdiff/e95b96eb1dc35bae278f237f9d65734305dba6b2
Commit:     e95b96eb1dc35bae278f237f9d65734305dba6b2
Parent:     7b5fe03f9c6c2a322dc385ab78b60ccfe1fe33fe
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Feb 16 19:02:42 2023 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Feb 16 19:02:42 2023 +0000


    Solaris: more build-fixing


    Broken-by: 1e835086d159
    See-also: 73d6e13f9b0c
---
 src/src/exim_dbutil.c | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c
index f16570d86..b2f5f6028 100644
--- a/src/src/exim_dbutil.c
+++ b/src/src/exim_dbutil.c
@@ -61,6 +61,9 @@ uschar *
readconf_printtime(int t)
{ return NULL; }
gstring *
+string_catn(gstring * g, const uschar * s, int count)
+{ return NULL; }
+gstring *
string_vformat_trc(gstring * g, const uschar * func, unsigned line,
unsigned size_limit, unsigned flags, const char *format, va_list ap)
{ return NULL; }