diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-21 20:05:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-21 20:05:49 +0000 |
commit | 7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2 (patch) | |
tree | 46429b9440cd87edeb2f1ff31b2fcdc7d15e91cb | |
parent | 13a4b4c1810a1a9f3c956f1e92807a0d86c6f5bf (diff) |
Build: try another dummy for Solaris 10 compile
-rw-r--r-- | src/src/exim_dbmbuild.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |