diff options
author | ume <ume@FreeBSD.org> | 2003-04-08 17:45:15 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-04-08 17:45:15 +0800 |
commit | 1e39da9c105f87bcda07df0aae77098984ad4d56 (patch) | |
tree | 4ea8423668582493dd66b3dc77a77c0e9e2b67bc /mail/cyrus-imapd22 | |
parent | 2cc361ab45494c9cd7b4b79fa47b3507704d442e (diff) | |
download | freebsd-ports-gnome-1e39da9c105f87bcda07df0aae77098984ad4d56.tar.gz freebsd-ports-gnome-1e39da9c105f87bcda07df0aae77098984ad4d56.tar.zst freebsd-ports-gnome-1e39da9c105f87bcda07df0aae77098984ad4d56.zip |
fix build on alpha by fixing prototype conflict.
Reported by: bento via kris
Obtained from: Cyrus
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-imap::mailbox.h | 18 |
1 files changed, 18 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); |