mirror of
https://github.com/apache/httpd.git
synced 2025-12-07 23:22:28 +03:00
Fix a few warnings on 64 bits windows compilation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/cache_util.c
vendored
2
modules/cache/cache_util.c
vendored
@@ -32,7 +32,7 @@ extern module AP_MODULE_DECLARE_DATA cache_module;
|
|||||||
/* Determine if "url" matches the hostname, scheme and port and path
|
/* Determine if "url" matches the hostname, scheme and port and path
|
||||||
* in "filter". All but the path comparisons are case-insensitive.
|
* in "filter". All but the path comparisons are case-insensitive.
|
||||||
*/
|
*/
|
||||||
static int uri_meets_conditions(const apr_uri_t *filter, const int pathlen,
|
static int uri_meets_conditions(const apr_uri_t *filter, const apr_size_t pathlen,
|
||||||
const apr_uri_t *url, const char *path)
|
const apr_uri_t *url, const char *path)
|
||||||
{
|
{
|
||||||
/* Scheme, hostname port and local part. The filter URI and the
|
/* Scheme, hostname port and local part. The filter URI and the
|
||||||
|
|||||||
Reference in New Issue
Block a user