rbb 99/12/06 10:58:29
Modified:src/lib/apr configure.in
src/lib/apr/locks/unix locks.c locks.h
Log:
Finish the cleanup I did earlier. It worked before on AIX, but that was
all luck. This is cleaner anyway, and it should work everywhere.
Revision Changes
rbb 99/10/11 10:57:13
Modified:src/lib/apr/locks/unix locks.c
Log:
This avoids a seg fault when using locks on some unixes. The problem is,
if we pass in a NULL for the filename when creating a lock, we will seg
fault. This is not a permanent solution, but at least the serv