]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
authorJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 14:57:34 +0000 (14:57 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 14:57:34 +0000 (14:57 +0000)
commit27759dec9ad462c71d3b431f4d4d3e7be521730a
treefbd9cafeb7f4339563095e3335f063fca775aa4d
parent502606508c5badd612b5783e5f16cb5eb1af924a
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
regoff_t typedef with int; s/size_t/apr_size_t/;.  Comment fixes.

* server/util_pcre.c: s/size_t/apr_size_t/.

* include/httpd.h: Include stdlib.h here instead since many other
files assume it was included by httpd.h at some point.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153407 13f79535-47bb-0310-9956-ffa450edef68
include/ap_regex.h
include/httpd.h
server/util_pcre.c