Displaying 3 results from an estimated 3 matches for "i_gettimeofday".
2021 Jun 21
2
Dovecot v2.3.14.1 released
Hi,
This is an "important fixes only" release in case you don't want to upgrade to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14 instead.
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz <https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz>
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz.sig
2021 Jun 21
2
Dovecot v2.3.14.1 released
Hi,
This is an "important fixes only" release in case you don't want to upgrade to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14 instead.
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz <https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz>
https://dovecot.org/releases/2.3/dovecot-2.3.14.1.tar.gz.sig
2020 Sep 19
0
Dovecot core-2.3.11.3 compile error on macOS with src/lib/ioloop-notify-kqueue.c
I?ve hit this compile error on macOS 10.15 with the file src/lib/ioloop-notify-kqueue.c:
> error: implicit declaration of function 'i_gettimeofday' is invalid in C99
The fix is to #include "time-util.h"
> --- ./src/lib/ioloop-notify-kqueue.c 2020-09-18 19:56:38.000000000 -0400
> +++ ./src/lib/ioloop-notify-kqueue.c 2020-09-18 20:54:36.000000000 -0400
> @@ -11,6 +11,7 @@
>
> #include "ioloop-private.h&quo...