From c3e3b61e69e388869b23a574078f7ba0cffe0ba1 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 31 Oct 2010 17:43:24 +0000 Subject: [PATCH] This has nothing to do here... thanks naddy@ for noticing. --- mail/cyrus-imapd/patches/patch-lib_auth_pts_c.orig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 mail/cyrus-imapd/patches/patch-lib_auth_pts_c.orig diff --git a/mail/cyrus-imapd/patches/patch-lib_auth_pts_c.orig b/mail/cyrus-imapd/patches/patch-lib_auth_pts_c.orig deleted file mode 100644 index c4f8a0ca524..00000000000 --- a/mail/cyrus-imapd/patches/patch-lib_auth_pts_c.orig +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-lib_auth_pts_c.orig,v 1.1 2010/10/29 09:26:58 ajacoutot Exp $ ---- lib/auth_pts.c.orig Tue Oct 19 05:08:28 2010 -+++ lib/auth_pts.c Sat Oct 23 12:40:11 2010 -@@ -397,7 +397,7 @@ static int ptload(const char *identifier, struct auth_ - syslog(LOG_DEBUG, - "ptload(): fetched cache record (%s)" \ - "(mark %ld, current %ld, limit %ld)", identifier, -- fetched->mark, now, now - timeout); -+ fetched->mark, (long int)now, (long int)now - (long int)timeout); - - if (fetched->mark > (now - timeout)) { - /* not expired; let's return it */