mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Resolve examples errors (missing include error, signedness warning).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -90,7 +90,7 @@ static apr_status_t CaseFilterInFilter(ap_filter_t *f,
|
||||
const char *data;
|
||||
apr_size_t len;
|
||||
char *buf;
|
||||
int n;
|
||||
apr_size_t n;
|
||||
|
||||
/* It is tempting to do this...
|
||||
* APR_BUCKET_REMOVE(pB);
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include "unixd.h"
|
||||
#endif
|
||||
#include "scoreboard.h"
|
||||
#include "mpm_common.h"
|
||||
|
||||
#include "apr_strings.h"
|
||||
|
||||
|
Reference in New Issue
Block a user