You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2011/09/09 15:09:25 UTC

svn commit: r1167147 - /httpd/httpd/trunk/modules/http/byterange_filter.c

Author: wrowe
Date: Fri Sep  9 13:09:25 2011
New Revision: 1167147

URL: http://svn.apache.org/viewvc?rev=1167147&view=rev
Log:
What getpid()?  No backport of this edit is needed.

Modified:
    httpd/httpd/trunk/modules/http/byterange_filter.c

Modified: httpd/httpd/trunk/modules/http/byterange_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/byterange_filter.c?rev=1167147&r1=1167146&r2=1167147&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/byterange_filter.c (original)
+++ httpd/httpd/trunk/modules/http/byterange_filter.c Fri Sep  9 13:09:25 2011
@@ -20,10 +20,6 @@
 
 #include "apr.h"
 
-#if APR_HAVE_PROCESS_H
-#include <process.h>            /* for getpid() on Win32 */
-#endif
-
 #include "apr_strings.h"
 #include "apr_buckets.h"
 #include "apr_lib.h"