[exim-cvs] Build: try another dummy for Solaris 10 compile

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Build: try another dummy for Solaris 10 compile
Gitweb: https://git.exim.org/exim.git/commitdiff/7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2
Commit:     7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2
Parent:     13a4b4c1810a1a9f3c956f1e92807a0d86c6f5bf
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jan 21 20:05:49 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jan 21 20:05:49 2020 +0000


    Build: try another dummy for Solaris 10 compile
---
 src/src/exim_dbmbuild.c | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/src/src/exim_dbmbuild.c b/src/src/exim_dbmbuild.c
index 02da079..5a96f8a 100644
--- a/src/src/exim_dbmbuild.c
+++ b/src/src/exim_dbmbuild.c
@@ -60,6 +60,9 @@ BOOL
string_format_trc(uschar * buf, int len, const uschar * func, unsigned line,
const char * fmt, ...)
{ return FALSE; }
+void
+log_write(unsigned int selector, int flags, const char *format, ...)
+{ }


 struct global_flags    f;