]> granicus.if.org Git - apache/commitdiff
Missed a 2.0-HEAD proxy back-compat patch
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 21:45:53 +0000 (21:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 21:45:53 +0000 (21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104573 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 2925268806fff378cd14a4681307bef0f25f4cb3..270fa5a05624e81d6f486c18ce83fd54b09e1700 100644 (file)
 /* Utility routines for Apache proxy */
 #include "mod_proxy.h"
 
+#if (APR_MAJOR_VERSION < 1)\r
+#undef apr_socket_create
+#define apr_socket_create apr_socket_create_ex\r
+#endif\r
 
 static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r);
 static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r);