You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Bojan Smojver <bo...@rexursive.com> on 2007/05/22 01:54:12 UTC

Re: svn commit: r540040 - in /apr/apr/branches/0.9.x: CHANGES file_io/netware/mktemp.c file_io/unix/filedup.c file_io/unix/mktemp.c file_io/unix/open.c include/arch/netware/apr_arch_file_io.h include/arch/unix/apr_arch_file_io.h

On Mon, 2007-05-21 at 09:14 -0600, Brad Nicholes wrote:

> Replacing the macro APR_IMPLEMENT_INHERIT_UNSET with a real function,
> also removed the small macro that creates the deprecated function
> apr_file_unset_inherit().  Although this function is deprecated, it is
> still being used.  At least the NetWare build of httpd no longer
> compiles because it can't find apr_file_unset_inherit().  You will
> probably need to reimplement this deprecated function for APR 0.9.x.

Thanks for pointing it out. Fixed in r540365.

-- 
Bojan