$OpenBSD: patch-imtest_imtest_c,v 1.3 2019/11/17 17:54:28 ajacoutot Exp $

64 bit time_t

Index: imtest/imtest.c
--- imtest/imtest.c.orig
+++ imtest/imtest.c
@@ -1916,7 +1916,7 @@ static void send_recv_test(void)
 
     end=time(NULL);
 
-    printf("took %ld seconds\n", end - start);
+    printf("took %lld seconds\n", end - start);
 }
 
 /*********************************** POP3 ************************************/
