projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99b7779
)
Build: another go at Solaris workarounds
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 2 Sep 2019 10:18:48 +0000
(11:18 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 2 Sep 2019 10:18:48 +0000
(11:18 +0100)
src/src/exim_dbutil.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/exim_dbutil.c
b/src/src/exim_dbutil.c
index
ff4a2ef
..
4719e8b
100644
(file)
--- 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;
/******************************************************************************/