From: William A. Rowe Jr Date: Fri, 6 Jan 2012 16:55:16 +0000 (+0000) Subject: Revert a premature bit of r1228262, part of size_t corrections part 2 X-Git-Tag: 2.4.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b2dfbef85eda55c40d8b4fd48569c61f8a015cc;p=apache Revert a premature bit of r1228262, part of size_t corrections part 2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1228264 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 377b8f1248..77493de586 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -209,10 +209,8 @@ AP_DECLARE(apr_status_t) ap_send_fd(apr_file_t *fd, request_rec *r, apr_off_t of * @param length The amount of data to send * @return The number of bytes sent */ -AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm, - request_rec *r, - apr_size_t offset, - apr_size_t length); +AP_DECLARE(size_t) ap_send_mmap(apr_mmap_t *mm, request_rec *r, size_t offset, + size_t length); #endif