From 72d4ba405bb220a34c7cac0f5dcd2ceda1750478 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 9 Sep 2011 13:09:25 +0000 Subject: [PATCH] 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 --- modules/http/byterange_filter.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 2c52c77ee3..859f414754 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" -- 2.40.0