From 7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 21 Jan 2020 20:05:49 +0000 Subject: [PATCH] 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 02da079f6..5a96f8a59 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; -- 2.30.2