[exim-cvs] Build: another go at Solaris workarounds

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Build: another go at Solaris workarounds
Gitweb: https://git.exim.org/exim.git/commitdiff/f3a6b42d32978a63bceba5cf27455b6b8cef24f5
Commit:     f3a6b42d32978a63bceba5cf27455b6b8cef24f5
Parent:     99b77795df1176451af94f70ed8683364b972489
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Sep 2 11:18:48 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Sep 2 11:18:48 2019 +0100


    Build: another go at Solaris workarounds
---
 src/src/exim_dbutil.c | 5 +++++
 1 file changed, 5 insertions(+)


diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c
index ff4a2ef..4719e8b 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;
/******************************************************************************/