From 1e39da9c105f87bcda07df0aae77098984ad4d56 Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 8 Apr 2003 09:45:15 +0000 Subject: fix build on alpha by fixing prototype conflict. Reported by: bento via kris Obtained from: Cyrus --- mail/cyrus-imapd24/files/patch-imap::mailbox.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mail/cyrus-imapd24/files/patch-imap::mailbox.h (limited to 'mail/cyrus-imapd24') 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 00000000000..ef294181708 --- /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); -- cgit