You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2002/06/09 07:00:47 UTC

Re: cvs commit: apr/include apr_network_io.h

That looks like it aught to have been the twin to inherit_unset 
(unset_inherit), no?

Committing the correct fix now, thanks for the catch Brian (will presume all
else was well when you built on unix.)

Bill

At 11:42 PM 6/8/2002, you wrote:
>brianp      2002/06/08 21:42:59
>
>   Modified:    include  apr_network_io.h
>   Log:
>   Remove one of the two declarations of apr_socket_inherit_set()
>
>   Revision  Changes    Path
>   1.122     +0 -3      apr/include/apr_network_io.h
>
>   Index: apr_network_io.h
>   ===================================================================
>   RCS file: /home/cvs/apr/include/apr_network_io.h,v
>   retrieving revision 1.121
>   retrieving revision 1.122
>   diff -u -r1.121 -r1.122
>   --- apr_network_io.h  8 Jun 2002 22:32:11 -0000       1.121
>   +++ apr_network_io.h  9 Jun 2002 04:42:58 -0000       1.122
>   @@ -822,9 +822,6 @@
>     */
>    APR_DECLARE(void) apr_socket_inherit_unset(apr_socket_t *skt);
>
>   -/** @deprecated @see apr_socket_inherit_set */
>   -APR_DECLARE(void) apr_socket_set_inherit(apr_socket_t *skt);
>   -
>    #ifdef __cplusplus
>    }
>    #endif
>
>
>