mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Remove unneeded include of unistd.h. getpid is not used any longer since
r394065. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
#include "apr_version.h"
|
||||
#include "apr_hooks.h"
|
||||
|
||||
#if APR_HAVE_UNISTD_H
|
||||
#include <unistd.h> /* for getpid() */
|
||||
#endif
|
||||
|
||||
module AP_MODULE_DECLARE_DATA proxy_balancer_module;
|
||||
|
||||
static int proxy_balancer_canon(request_rec *r, char *url)
|
||||
|
Reference in New Issue
Block a user