opnsense-ports/mail/cyrus-imapd36/files/patch-imap__httpd.h
Franco Fichtner 9b6a4bce11 */*: sync with upstream
Taken from: FreeBSD
2022-12-13 08:59:56 +01:00

11 lines
518 B
C

--- 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 */