projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8af957
)
Avoid defining inlinable fn for utilities build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 Apr 2019 19:03:34 +0000
(20:03 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 Apr 2019 19:03:34 +0000
(20:03 +0100)
src/src/functions.h
patch
|
blob
|
blame
|
history
diff --git
a/src/src/functions.h
b/src/src/functions.h
index b902d23568b76bb240c83701cdf5067a928c6bea..2eb74579fd88eb70bd62b1d238cfc6792118bb75 100644
(file)
--- a/
src/src/functions.h
+++ b/
src/src/functions.h
@@
-590,7
+590,7
@@
extern BOOL write_chunk(transport_ctx *, uschar *, int);
extern ssize_t write_to_fd_buf(int, const uschar *, size_t);
-#if
ndef MACRO_PREDEF
+#if
!defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
/* exim_chown - in some NFSv4 setups *seemes* to be an issue with
chown(<exim-uid>, <exim-gid>).