summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-10-10 11:36:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-10-10 11:36:56 +0100
commitfe3493048f20a2ea5f9838e51e1b1dd8c188a90d (patch)
treef931339c2b34136f266708c2fd7255e867f72b24 /src/OS
parent0fdd8204644a6ae3daa310b3f5906b5c8b8ea0b4 (diff)
downloadexim4-fe3493048f20a2ea5f9838e51e1b1dd8c188a90d.tar.gz
tidying
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/os.h-FreeBSD5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD
index 9220c31f7..36a6d7115 100644
--- a/src/OS/os.h-FreeBSD
+++ b/src/OS/os.h-FreeBSD
@@ -58,6 +58,11 @@ performance on outgoing mail a bit. */
#define OS_SENDFILE
extern ssize_t os_sendfile(int, int, off_t *, size_t);
+#ifdef PID_T_FMT
+# undef PID_T_FMT
+#endif
+#define PID_T_FMT "%d"
+
/*******************/