diff options
-rw-r--r-- | mail/cyrus-imapd22/files/patch-imap::mailbox.h | 18 | ||||
-rw-r--r-- | mail/cyrus-imapd23/files/patch-imap::mailbox.h | 18 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/patch-imap::mailbox.h | 18 |
3 files changed, 54 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/patch-imap::mailbox.h b/mail/cyrus-imapd22/files/patch-imap::mailbox.h new file mode 100644 index 000000000000..ef2941817081 --- /dev/null +++ b/mail/cyrus-imapd22/files/patch-imap::mailbox.h @@ -0,0 +1,18 @@ +--- imap/mailbox.h 2003/03/12 16:38:13 1.68.4.9 ++++ imap/mailbox.h 2003/03/31 20:33:45 1.68.4.10 +@@ -1,5 +1,5 @@ + /* mailbox.h -- Mailbox format definitions +- * $Id: mailbox.h,v 1.68.4.9 2003/03/12 16:38:13 ken3 Exp $ ++ * $Id: mailbox.h,v 1.68.4.10 2003/03/31 20:33:45 ken3 Exp $ + * + * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved. + * +@@ -269,7 +269,7 @@ + unsigned msgno, + struct index_record *record); + extern int mailbox_read_quota(struct quota *quota); +-extern void mailbox_hash_quota(char *buf, unsigned size, const char *qr); ++extern void mailbox_hash_quota(char *buf, size_t size, const char *qr); + extern int mailbox_lock_header(struct mailbox *mailbox); + extern int mailbox_lock_index(struct mailbox *mailbox); + extern int mailbox_lock_pop(struct mailbox *mailbox); diff --git a/mail/cyrus-imapd23/files/patch-imap::mailbox.h b/mail/cyrus-imapd23/files/patch-imap::mailbox.h new file mode 100644 index 000000000000..ef2941817081 --- /dev/null +++ b/mail/cyrus-imapd23/files/patch-imap::mailbox.h @@ -0,0 +1,18 @@ +--- imap/mailbox.h 2003/03/12 16:38:13 1.68.4.9 ++++ imap/mailbox.h 2003/03/31 20:33:45 1.68.4.10 +@@ -1,5 +1,5 @@ + /* mailbox.h -- Mailbox format definitions +- * $Id: mailbox.h,v 1.68.4.9 2003/03/12 16:38:13 ken3 Exp $ ++ * $Id: mailbox.h,v 1.68.4.10 2003/03/31 20:33:45 ken3 Exp $ + * + * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved. + * +@@ -269,7 +269,7 @@ + unsigned msgno, + struct index_record *record); + extern int mailbox_read_quota(struct quota *quota); +-extern void mailbox_hash_quota(char *buf, unsigned size, const char *qr); ++extern void mailbox_hash_quota(char *buf, size_t size, const char *qr); + extern int mailbox_lock_header(struct mailbox *mailbox); + extern int mailbox_lock_index(struct mailbox *mailbox); + extern int mailbox_lock_pop(struct mailbox *mailbox); diff --git a/mail/cyrus-imapd24/files/patch-imap::mailbox.h b/mail/cyrus-imapd24/files/patch-imap::mailbox.h new file mode 100644 index 000000000000..ef2941817081 --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-imap::mailbox.h @@ -0,0 +1,18 @@ +--- imap/mailbox.h 2003/03/12 16:38:13 1.68.4.9 ++++ imap/mailbox.h 2003/03/31 20:33:45 1.68.4.10 +@@ -1,5 +1,5 @@ + /* mailbox.h -- Mailbox format definitions +- * $Id: mailbox.h,v 1.68.4.9 2003/03/12 16:38:13 ken3 Exp $ ++ * $Id: mailbox.h,v 1.68.4.10 2003/03/31 20:33:45 ken3 Exp $ + * + * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved. + * +@@ -269,7 +269,7 @@ + unsigned msgno, + struct index_record *record); + extern int mailbox_read_quota(struct quota *quota); +-extern void mailbox_hash_quota(char *buf, unsigned size, const char *qr); ++extern void mailbox_hash_quota(char *buf, size_t size, const char *qr); + extern int mailbox_lock_header(struct mailbox *mailbox); + extern int mailbox_lock_index(struct mailbox *mailbox); + extern int mailbox_lock_pop(struct mailbox *mailbox); |