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

add missing 'static'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1185902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2011-10-18 22:06:36 +00:00
parent 02302c9049
commit b077fe220f

View File

@@ -363,7 +363,7 @@ typedef struct {
/* fallback regex for ls -s1; ($0..$2) == 3 */
#define LS_REG_PATTERN "^ *([0-9]+) +([^ ]+)$"
#define LS_REG_MATCH 3
ap_regex_t *ls_regex = NULL;
static ap_regex_t *ls_regex;
static apr_status_t proxy_send_dir_filter(ap_filter_t *f,
apr_bucket_brigade *in)