Displaying 1 result from an estimated 1 matches for "109a110".
2010 Sep 09
2
configure error
...d for Dovecot to work
in config.log:
configure:19524: ./conftest
configure:19524: $? = 1
configure: program exited with status 1
It seems, that the last changes in "src/lib/fdpass.c" are the reason.
-----------------------------------------------------------------------------
109a110
> void *cmsg_data;
132c133,134
< *((int *) CMSG_DATA(cmsg)) = send_fd;
---
> cmsg_data = CMSG_DATA(cmsg);
> *(int *)cmsg_data = send_fd;
166a169
> void *cmsg_data;
196,197c199,202
< else
< *fd = *((in...