From 55b383f6efe5a13d54e19317fbf6ec095369189c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 19 Jul 2020 02:52:35 -0600 Subject: * Remove the line "#define fork vfork" in imap/src/osdep/unix/os_osx.c, because the call to vfork inside a vfork causes an error EINVAL; however, the same calls are not causing trouble in other systems, so they are going to stay there. Reported and asisted by Wang Kang. --- imap/src/osdep/unix/os_osx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap') diff --git a/imap/src/osdep/unix/os_osx.c b/imap/src/osdep/unix/os_osx.c index e09806c2..1788e21f 100644 --- a/imap/src/osdep/unix/os_osx.c +++ b/imap/src/osdep/unix/os_osx.c @@ -45,7 +45,7 @@ extern int errno; /* just in case */ #include "ftl_unix.c" #include "nl_unix.c" #include "env_unix.c" -#define fork vfork + #include "getspnam.c" #include "tcp_unix.c" #include "gr_wait4.c" -- cgit v1.2.3-70-g09d2