cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c

1999-10-20 Thread manoj
manoj 99/10/20 12:11:54 Modified:src/modules/mpm/mpmt_pthread acceptlock.c Log: Add errno to ap_log_error calls that were missed before. Revision ChangesPath 1.16 +10 -7 apache-2.0/src/modules/mpm/mpmt_pthread/acceptlock.c Index: acceptlock.c ===

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c acceptlock.h mpmt_pthread.c

1999-10-10 Thread ben
ben 99/10/10 10:08:10 Modified:src Configure src/lib/apr configure.in src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix networkio.h poll.c sockets.c src/modules/mpm/mpmt_pthread acceptlock.c acceptlock.h

Re: cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c

1999-09-11 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > -lock_fd[i] = ap_popenf(p, lock_fname, O_WRONLY, 0600); > +ap_open(p, lock_fname, APR_WRITE, APR_UREAD | APR_UWRITE, > &tempfile); > +ap_get_os_file(tempfile, *lock_fd[i]); Que? *lock_fd[i]? Cheers, Ben. -- http://www.apache-ssl.org/ben.

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c

1999-09-11 Thread rbb
rbb 99/09/11 08:58:44 Modified:src/modules/mpm/dexter acceptlock.c src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c Log: This change should allow Apache to build on all platforms with the popenf changes. I have not been able to test this, but it should be