[exim-cvs] Build: 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: Solaris workarounds
Gitweb: https://git.exim.org/exim.git/commitdiff/1011bf89c2e08b7375a962206f0c31716bf5f981
Commit:     1011bf89c2e08b7375a962206f0c31716bf5f981
Parent:     9e55176d9aab057a530bc584f6486ebf9d91b13d
Author:     Martin Preen <preen@???>
AuthorDate: Thu Sep 19 18:45:04 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Sep 19 18:46:34 2019 +0100


    Build: Solaris workarounds
---
 src/src/exim_dbutil.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/exim_dbutil.c b/src/src/exim_dbutil.c
index 4719e8b..46219a8 100644
--- a/src/src/exim_dbutil.c
+++ b/src/src/exim_dbutil.c
@@ -53,8 +53,8 @@ string_vformat_trc(gstring * g, const uschar * func, unsigned line,
uschar *
string_sprintf_trc(const char * fmt, const uschar * func, unsigned line, ...)
{ return NULL; }
-extern BOOL split_spool_directory;
-extern uschar * queue_name;
+BOOL split_spool_directory;
+uschar * queue_name;
/******************************************************************************/