From c250191b98c3663556f104ad479cb84cde2c833c Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Mon, 23 Apr 2001 14:35:50 +0000 Subject: [PATCH] OS/2: Export from the shared core symbols from the socket library needed by mod_dav & mod_unique_id. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88918 13f79535-47bb-0310-9956-ffa450edef68 --- os/os2/core_header.def | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/os/os2/core_header.def b/os/os2/core_header.def index fe8cf42d317..9764c4a484f 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -17,3 +17,13 @@ EXPORTS "apr_debug_module_hooks" "apr_current_hooking_module" +; One for mod_dav from socket library + "_swaps" + +; And some more for mod_unique_id + "gethostname" + "gethostbyname" + "_swapl" + "h_errno" + "inet_ntoa" + -- 2.47.2