diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2022-12-13 02:12:00 +0900 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2022-12-13 02:15:34 +0900 |
commit | 09dd942a3311181e41fce98d4efede36f9199b46 (patch) | |
tree | 5e614ff791ddb34d56639969bdbf9aa337c5f21e /mail/cyrus-imapd36/files/patch-imap__http_client.h | |
parent | devel/subversion-lts: fix build (diff) |
mail/cyrus-imapd36: Add new port -- Cyrus IMAP 3.6.0
Diffstat (limited to 'mail/cyrus-imapd36/files/patch-imap__http_client.h')
-rw-r--r-- | mail/cyrus-imapd36/files/patch-imap__http_client.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cyrus-imapd36/files/patch-imap__http_client.h b/mail/cyrus-imapd36/files/patch-imap__http_client.h new file mode 100644 index 000000000000..113854e9913d --- /dev/null +++ b/mail/cyrus-imapd36/files/patch-imap__http_client.h @@ -0,0 +1,11 @@ +--- imap/http_client.h.orig 2016-04-11 02:02:11 UTC ++++ imap/http_client.h +@@ -57,7 +57,7 @@ struct body_t { + unsigned char framing; /* Message framing */ + unsigned char te; /* Transfer-Encoding */ + unsigned max; /* Max allowed len */ +- ulong len; /* Content-Length */ ++ unsigned long len; /* Content-Length */ + struct buf payload; /* Payload */ + }; + |