<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div>Hi, @there,</div><div><br></div><div>Here ( <a href="https://github.com/varnish/Varnish-Cache/pull/46">https://github.com/varnish/Varnish-Cache/pull/46</a> ) is a pull-request to fix the build issue on MacOS 10.9.4.</div><div><br></div><div>Thanks</div><div><br></div><div>Regards,</div><div>Meng</div><div><br></div><div><br></div><div><div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);"><b>diff --git a/bin/varnishd/cache/cache_http1_fsm.c b/bin/varnishd/cache/cache_http1_fsm.c</b></div><div style="margin: 0px; font-family: Menlo;"><b>index 940dd9f..66063be 100644</b></div><div style="margin: 0px; font-family: Menlo;"><b>--- a/bin/varnishd/cache/cache_http1_fsm.c</b></div><div style="margin: 0px; font-family: Menlo;"><b>+++ b/bin/varnishd/cache/cache_http1_fsm.c</b></div><div style="margin: 0px; font-family: Menlo; color: rgb(52, 187, 199);">@@ -72,7 +72,6 @@</div><div style="margin: 0px; font-family: Menlo;"> #include <poll.h></div><div style="margin: 0px; font-family: Menlo;"> #include <stdio.h></div><div style="margin: 0px; font-family: Menlo;"> #include <stdlib.h></div><div style="margin: 0px; font-family: Menlo; color: rgb(195, 55, 32);">-#include <inttypes.h></div><p style="margin: 0px; font-family: Menlo; min-height: 16px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-family: Menlo;"> #include "cache.h"</div><div style="margin: 0px; font-family: Menlo;"> #include "hash/hash_slinger.h"</div><div style="margin: 0px; font-family: Menlo;"><span style="color: #34bbc7">@@ -705,12 +704,12 @@</span> HTTP1_CacheReqBody(struct req *req, ssize_t maxsize)</div><p style="margin: 0px; font-family: Menlo; min-height: 16px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-family: Menlo;">                http_Unset(req->http0, H_Content_Length);</div><div style="margin: 0px; font-family: Menlo;">                http_Unset(req->http0, H_Transfer_Encoding);</div><div style="margin: 0px; font-family: Menlo; color: rgb(195, 55, 32);">-               http_PrintfHeader(req->http0, "Content-Length: %"PRIu64,</div><div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);">+<span style="color: #000000">               </span>http_PrintfHeader(req->http0, "Content-Length: %ju",</div><div style="margin: 0px; font-family: Menlo;">                    req->req_bodybytes);</div><p style="margin: 0px; font-family: Menlo; min-height: 16px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-family: Menlo;">                http_Unset(req->http, H_Content_Length);</div><div style="margin: 0px; font-family: Menlo;">                http_Unset(req->http, H_Transfer_Encoding);</div><div style="margin: 0px; font-family: Menlo; color: rgb(195, 55, 32);">-               http_PrintfHeader(req->http, "Content-Length: %"PRIu64,</div><div style="margin: 0px; font-family: Menlo; color: rgb(52, 189, 38);">+<span style="color: #000000">               </span>http_PrintfHeader(req->http, "Content-Length: %ju",</div><div style="margin: 0px; font-family: Menlo;">                    req->req_bodybytes);</div><p style="margin: 0px; font-family: Menlo; min-height: 16px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-family: Menlo;">                req->req_body_status = REQ_BODY_CACHED;</div></div><div><br></div></body></html>