[exim-cvs] Build: bodge attempt to get Solaris build working

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Build: bodge attempt to get Solaris build working
Gitweb: https://git.exim.org/exim.git/commitdiff/628a70e55fef33b5a904317473551cb47cc6c58f
Commit:     628a70e55fef33b5a904317473551cb47cc6c58f
Parent:     068dd2dd54300807b28149c15fad7598ea054ec0
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jun 29 14:42:37 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jun 29 14:42:37 2019 +0100


    Build: bodge attempt to get Solaris build working
---
 src/src/exim_dbmbuild.c | 9 +++++++++
 1 file changed, 9 insertions(+)


diff --git a/src/src/exim_dbmbuild.c b/src/src/exim_dbmbuild.c
index 3bb2266..39207be 100644
--- a/src/src/exim_dbmbuild.c
+++ b/src/src/exim_dbmbuild.c
@@ -32,6 +32,15 @@ characters. */

 uschar * spool_directory = NULL;    /* dummy for dbstuff.h */


+                    /* dummies needed by Solaris build */
+void *
+store_get_3(int size, const char *filename, int linenumber)
+{ return NULL; }
+void
+store_reset_3(void *ptr, const char *filename, int linenumber)
+{ }
+
+
 #define max_insize   20000
 #define max_outsize 100000