]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This is rather irritating.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 19:37:56 +0000 (19:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 19:37:56 +0000 (19:37 +0000)
commit60b8058931c36c0d925c1c071225b2336d7ab4cb
tree8d068b2aa49bee154e320acde42d73eff5031139
parent37770675d7c1e829a24101ec2aad65ee94b82b1a
This is rather irritating.

We override exit() throughout the httpd build in order to intercept and
report our status through the service control manager.

We must include process.h prior to overriding exit().

I seem to remember that this is the reason apr.hw once included
process.h unilaterally, to avoid this conflict over exit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129878 13f79535-47bb-0310-9956-ffa450edef68
modules/http/byterange_filter.c
server/mpm/winnt/child.c