From e1b1e2910c24597e944961e71806d71f60f16b2d Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 6 Jan 2021 11:43:31 +0100 Subject: [PATCH] fix patch --- dovecot-2.3.13-bigtvsec.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot-2.3.13-bigtvsec.patch b/dovecot-2.3.13-bigtvsec.patch index 1c91c0b..3bd7ce6 100644 --- a/dovecot-2.3.13-bigtvsec.patch +++ b/dovecot-2.3.13-bigtvsec.patch @@ -5,7 +5,7 @@ diff -up dovecot-2.3.13/src/lib/test-time-util.c.bigtvsec dovecot-2.3.13/src/lib { struct { const char *str; -- time_t tv_sec, tv_usec; +- unsigned int tv_sec, tv_usec; + long int tv_sec, tv_usec; } tests[] = { { "0", 0, 0 },