git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836c3e4
)
Build: fix Solaris
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 28 Mar 2020 16:12:56 +0000
(16:12 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 28 Mar 2020 16:12:56 +0000
(16:12 +0000)
src/src/functions.h
patch
|
blob
|
history
diff --git
a/src/src/functions.h
b/src/src/functions.h
index 03596064678024e7cd0bcab74592b661f463d2e9..2e5b1e47d43048f623bdd65919abe3a7c6f67278 100644
(file)
--- 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 */