wrowe 01/07/18 09:59:05
Modified: network_io/os2 sockets.c
Log:
All that should be needed on OS2 for inheritance.
Revision Changes Path
1.44 +3 -0 apr/network_io/os2/sockets.c
Index: sockets.c
===================================================================
RCS file: /home/cvs/apr/network_io/os2/sockets.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sockets.c 2001/07/18 16:51:48 1.43
+++ sockets.c 2001/07/18 16:59:04 1.44
@@ -309,3 +309,6 @@
return APR_SUCCESS;
}
+APR_IMPLEMENT_SET_INHERIT(socket, inherit, cntxt, socket_cleanup)
+
+APR_IMPLEMENT_UNSET_INHERIT(socket, inherit, cntxt, socket_cleanup)