]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/cyrus-imapd-2.2.12-64bit_quota-p2.patch
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[people/teissler/ipfire-2.x.git] / src / patches / cyrus-imapd-2.2.12-64bit_quota-p2.patch
1 diff -urN cyrus-imapd-2.2.12~/imap/mailbox.c cyrus-imapd-2.2.12/imap/mailbox.c
2 --- cyrus-imapd-2.2.12~/imap/mailbox.c 2005-02-14 07:39:57.000000000 +0100
3 +++ cyrus-imapd-2.2.12/imap/mailbox.c 2005-08-30 12:13:34.000000000 +0200
4 @@ -2132,7 +2165,7 @@
5 r = quota_write(&mailbox->quota, &tid);
6 if (r) {
7 syslog(LOG_ERR,
8 - "LOSTQUOTA: unable to record free of %lu bytes in quota %s",
9 + "LOSTQUOTA: unable to record free of " UQUOTA_T_FMT " bytes in quota %s",
10 mailbox->quota_mailbox_used, mailbox->quota.root);
11 }
12 else
13 diff -urN cyrus-imapd-2.2.12~/imap/mboxlist.c cyrus-imapd-2.2.12/imap/mboxlist.c
14 --- cyrus-imapd-2.2.12~/imap/mboxlist.c 2004-07-26 20:08:03.000000000 +0200
15 +++ cyrus-imapd-2.2.12/imap/mboxlist.c 2005-08-30 12:09:28.000000000 +0200
16 @@ -2540,7 +2540,7 @@
17 r = quota_write(&mailbox.quota, tid);
18 if (r) {
19 syslog(LOG_ERR,
20 - "LOSTQUOTA: unable to record free of %lu bytes in quota %s",
21 + "LOSTQUOTA: unable to record free of " UQUOTA_T_FMT " bytes in quota %s",
22 mailbox.quota_mailbox_used, mailbox.quota.root);
23 }
24 free(mailbox.quota.root);