]> granicus.if.org Git - apache/commitdiff
I see no getpid() or other requirement for process.h here.
authorJeff Trawick <trawick@apache.org>
Fri, 11 Mar 2011 20:30:42 +0000 (20:30 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Mar 2011 20:30:42 +0000 (20:30 +0000)
(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

modules/http/chunk_filter.c

index 6d9e72f2153081d473fab596139484e469b2ee82..17fbabdb0a70b1e15c7d4c738b265f5008bb68f2 100644 (file)
 
 #include "mod_core.h"
 
-#if APR_HAVE_PROCESS_H
-#include <process.h>            /* for getpid() on Win32 */
-#endif
-
 /*
  * A pointer to this is used to memorize in the filter context that a bad
  * gateway error bucket had been seen. It is used as an invented unique pointer.