On Fri, Apr 05, 2002 at 02:36:35PM -0500, Cliff Woolley wrote:
> Are all uses of it really gone?
>
> [EMAIL PROTECTED]:/root/apache/httpd-2.0# find . -name "*.[ch]" -exec grep
> -l "apr_lock.h" {} \;
> ./modules/mappers/mod_rewrite.h
I just committed a fix for mod_rewrite.
> ./os/beos/beosd.c
I posted a fix for this a long time ago. David, you still paying attention?
> ./server/mpm/worker/pod.c
> ./server/mpm/worker/pod.h
> ./server/listen.c
> ./server/mpm_common.c
> ./srclib/apr/atomic/unix/apr_atomic.c
> ./srclib/apr/atomic/netware/apr_atomic.c
> ./srclib/apr/test/testatomic.c
> ./srclib/apr/test/testlock.c
> ./srclib/apr/test/testlockperf.c
> ./srclib/apr/test/testprocmutex.c
> ./srclib/apr/test/testthread.c
> ./srclib/apr/test/testglobalmutex.c
These are all legit, I have fixes in my tree that I'll commit after the
next T&R.
> ./server/exports.c
> ./srclib/apr/include/arch/beos/locks.h
> ./srclib/apr/include/arch/netware/locks.h
> ./srclib/apr/include/arch/os2/locks.h
> ./srclib/apr/include/arch/unix/locks.h
> ./srclib/apr/include/arch/win32/locks.h
> ./srclib/apr/include/arch/win32/thread_mutex.h
> ./srclib/apr/include/apr_lock.h
> ./srclib/apr/include/apr_portable.h
> ./srclib/apr/include/apr_proc_mutex.h
> ./srclib/apr/include/apr_global_mutex.h
> ./srclib/apr/exports.c
These all have to be cleaned as part of removing the apr_lock.h interface,
I'll do them all at once. (apr_lockmech_e will move to apr_proc_mutex.h)
thanks for pointing these out, there were some that I missed before. :)
-aaron