From 260218b451cc8b90470cf4568856439a7c92c8fc Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Wed, 22 May 2002 14:38:55 +0000 Subject: [PATCH] OS/2: export inet_addr from the core for mod_proxy & anything else that uses apr_inet_addr which is just a #define. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95217 13f79535-47bb-0310-9956-ffa450edef68 --- os/os2/core_header.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os/os2/core_header.def b/os/os2/core_header.def index fc7cb346ff..ec3703a669 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -14,3 +14,6 @@ EXPORTS "_swapl" "h_errno" "inet_ntoa" + +; mod_proxy needs this one + "inet_addr" -- 2.40.0