1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-30 15:01:14 +03:00

Start of moving to apr_port_t in the server code. This will probably the first

of a few...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Reid
2000-11-08 11:35:38 +00:00
parent 2b00b3a71c
commit 33aabfee3f
10 changed files with 26 additions and 26 deletions

View File

@@ -166,7 +166,7 @@ AP_DECLARE(void) ap_add_common_vars(request_rec *r)
apr_array_header_t *hdrs_arr = apr_table_elts(r->headers_in);
apr_table_entry_t *hdrs = (apr_table_entry_t *) hdrs_arr->elts;
int i;
apr_uint32_t rport;
apr_port_t rport;
/* use a temporary apr_table_t which we'll overlap onto
* r->subprocess_env later