Gitweb:
https://git.exim.org/exim.git/commitdiff/35c3c48545d5bb1d98a0c4986dded979d2abe08a
Commit: 35c3c48545d5bb1d98a0c4986dded979d2abe08a
Parent: 836c3e4102dae52604590a6674bec10087dbf17e
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Mar 28 16:12:56 2020 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 28 16:12:56 2020 +0000
Build: fix Solaris
---
src/src/functions.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/src/functions.h b/src/src/functions.h
index 0359606..2e5b1e4 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -1105,6 +1105,7 @@ return NULL;
}
/******************************************************************************/
+# if !defined(COMPILE_UTILITY)
/* Process manipulation */
static inline pid_t
@@ -1142,6 +1143,7 @@ child_open(uschar **argv, uschar **envp, int newumask, int *infdptr,
outfdptr, make_leader, purpose);
}
+# endif /* !COMPILE_UTILITY */
/******************************************************************************/
#endif /* !MACRO_PREDEF */