From: William A. Rowe Jr Date: Fri, 9 Sep 2011 13:09:25 +0000 (+0000) Subject: What getpid()? No backport of this edit is needed. X-Git-Tag: 2.3.15~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d4ba405bb220a34c7cac0f5dcd2ceda1750478;p=thirdparty%2Fapache%2Fhttpd.git What getpid()? No backport of this edit is needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1167147 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 2c52c77ee39..859f4147549 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -20,10 +20,6 @@ #include "apr.h" -#if APR_HAVE_PROCESS_H -#include /* for getpid() on Win32 */ -#endif - #include "apr_strings.h" #include "apr_buckets.h" #include "apr_lib.h"