diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-28 16:12:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-28 16:12:56 +0000 |
commit | 35c3c48545d5bb1d98a0c4986dded979d2abe08a (patch) | |
tree | 096f01f5c5d9b87a97a3296ea5aa482df72daf25 | |
parent | 836c3e4102dae52604590a6674bec10087dbf17e (diff) |
Build: fix Solaris
-rw-r--r-- | src/src/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h index 035960646..2e5b1e47d 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 */ |