apr_socket_ API has been changed. This patch reflects this change: Index: xs/maps/apr_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v retrieving revision 1.45 diff -u -r1.45 apr_functions.map --- xs/maps/apr_functions.map 23 Jun 2002 22:00:03 -0000 1.45 +++ xs/maps/apr_functions.map 12 Aug 2002 06:21:48 -0000 @@ -51,8 +51,8 @@ apr_send | mpxs_ | sock, SV *:buf, SV *:len=Nullsv apr_sendto apr_shutdown --apr_socket_set_inherit --apr_socket_unset_inherit +-apr_socket_inherit_set +-apr_socket_inherit_unset
MODULE=APR::Socket apr_socket_close @@ -60,11 +60,13 @@ apr_socket_addr_get apr_socket_data_get apr_socket_data_set - apr_getsocketopt - apr_setsocketopt + apr_socket_opt_get + apr_socket_opt_set + apr_socket_timeout_get + apr_socket_timeout_set -apr_sendfile -apr_sendv - apr_socket_from_file +-apr_socket_from_file MODULE=APR::SockAddr !apr_sockaddr_info_get __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
