Build: fix Solaris
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 28 Mar 2020 16:12:56 +0000 (16:12 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 28 Mar 2020 16:12:56 +0000 (16:12 +0000)
src/src/functions.h

index 03596064678024e7cd0bcab74592b661f463d2e9..2e5b1e47d43048f623bdd65919abe3a7c6f67278 100644 (file)
@@ -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 */