summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd312/files/patch-imap__httpd.h
blob: f50f66fc0cdbd9cb269b6710cb133d49aeef3c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 */