Skip to content

Commit f5c8066

Browse files
committed
I see no getpid() or other requirement for process.h here.
(the include of process.h was added in r1025496) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080752 13f79535-47bb-0310-9956-ffa450edef68
1 parent c56e3ab commit f5c8066

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/http/chunk_filter.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838

3939
#include "mod_core.h"
4040

41-
#if APR_HAVE_PROCESS_H
42-
#include <process.h> /* for getpid() on Win32 */
43-
#endif
44-
4541
/*
4642
* A pointer to this is used to memorize in the filter context that a bad
4743
* gateway error bucket had been seen. It is used as an invented unique pointer.

0 commit comments

Comments
 (0)