summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd38/files/patch-imap__httpd.h
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2023-05-22 22:47:44 +0900
committerHajimu UMEMOTO <ume@FreeBSD.org>2023-05-22 22:47:44 +0900
commitbf9442f5fcc897521c2e8c18f7ea9e66f3c8d9a7 (patch)
tree330246ba527b833e2731a728ea7d0a24099cd68c /mail/cyrus-imapd38/files/patch-imap__httpd.h
parentsysutils/py-ansible-lint: update to 6.16.2 (diff)
mail/cyrus-imapd38: Add new port -- Cyrus IMAP 3.8
Relnotes: https://www.cyrusimap.org/3.8/imap/download/release-notes/3.8/x/3.8.0.html
Diffstat (limited to 'mail/cyrus-imapd38/files/patch-imap__httpd.h')
-rw-r--r--mail/cyrus-imapd38/files/patch-imap__httpd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cyrus-imapd38/files/patch-imap__httpd.h b/mail/cyrus-imapd38/files/patch-imap__httpd.h
new file mode 100644
index 000000000000..f50f66fc0cdb
--- /dev/null
+++ b/mail/cyrus-imapd38/files/patch-imap__httpd.h
@@ -0,0 +1,11 @@
+--- imap/httpd.h.orig 2016-04-11 02:02:11 UTC
++++ imap/httpd.h
+@@ -264,7 +264,7 @@ struct patch_doc_t {
+
+ /* Meta-data for response body (payload & representation headers) */
+ struct resp_body_t {
+- ulong len; /* Content-Length */
++ unsigned long len; /* Content-Length */
+ struct range *range; /* Content-Range */
+ const char *fname; /* Content-Dispo */
+ unsigned char enc; /* Content-Encoding */