summaryrefslogtreecommitdiff
path: root/network_io/os2
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-06-12 18:00:16 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2005-06-12 18:00:16 +0000
commitee7bfeed1ef7aae34a9b67cbe346f60a7e8feaee (patch)
tree909bd913443239e7bfbabf1415afb54ed76abe62 /network_io/os2
parent12e1b63b057ec38a265fd69fe15400c3b0ba9388 (diff)
downloadlibapr-ee7bfeed1ef7aae34a9b67cbe346f60a7e8feaee.tar.gz
Change INHERIT macros to use the new struct member rename.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@190307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io/os2')
-rw-r--r--network_io/os2/sockets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/network_io/os2/sockets.c b/network_io/os2/sockets.c
index 343c8a51e..f1c00b5b1 100644
--- a/network_io/os2/sockets.c
+++ b/network_io/os2/sockets.c
@@ -305,7 +305,7 @@ APR_DECLARE(apr_status_t) apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *th
APR_POOL_IMPLEMENT_ACCESSOR(socket);
-APR_IMPLEMENT_INHERIT_SET(socket, inherit, cntxt, socket_cleanup)
+APR_IMPLEMENT_INHERIT_SET(socket, inherit, pool, socket_cleanup)
-APR_IMPLEMENT_INHERIT_UNSET(socket, inherit, cntxt, socket_cleanup)
+APR_IMPLEMENT_INHERIT_UNSET(socket, inherit, pool, socket_cleanup)