Fix Solaris 10 build, for intro of taintwarn
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 27 Jun 2021 20:15:45 +0000 (21:15 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 27 Jun 2021 20:35:02 +0000 (21:35 +0100)
Broken-by: f9a3fcddba
src/src/exim_dbmbuild.c

index da8d5707a6e8f1f495e02a49389ebc51e3cb6747..e4194f37151c6aad7d4eb24c3b447c9917c6bf68 100644 (file)
@@ -70,6 +70,16 @@ struct global_flags  f;
 unsigned int           log_selector[1];
 uschar *               queue_name;
 BOOL                   split_spool_directory;
+
+
+/* These introduced by the taintwarn handling */
+rmark
+store_mark_3(const char *func, int linenumber)
+{ return NULL; }
+#ifdef ALLOW_INSECURE_TAINTED_DATA
+BOOL    allow_insecure_tainted_data;
+#endif
+
 /******************************************************************************/