cvs commit: apache-2.0/src/ap ap_base64.c

1999-09-11 Thread ronald
ronald 99/09/11 00:15:57 Modified:src/ap ap_base64.c Log: don't Nul-terminate binary output Revision ChangesPath 1.2 +1 -1 apache-2.0/src/ap/ap_base64.c Index: ap_base64.c === RCS

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

1999-09-11 Thread ben
ben 99/09/11 03:26:00 Modified:src/modules/mpm/prefork prefork.c Log: Make prefork compile on FreeBSD. Revision ChangesPath 1.34 +13 -5 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/lib/apr configure.in

1999-09-11 Thread jim
jim 99/09/11 04:49:32 Modified:src/lib/apr configure.in Log: -x isn't present on 7th edition shells, so move down to -f Revision ChangesPath 1.10 +1 -1 apache-2.0/src/lib/apr/configure.in Index: configure.in

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

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.html

cvs commit: apache-2.0/src/main http_main.c

1999-09-11 Thread ben
ben 99/09/11 12:52:28 Modified:src/main http_main.c Log: Really get rid of unused options. Revision ChangesPath 1.6 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apache-2.0/src Makefile.tmpl

1999-09-11 Thread ben
ben 99/09/11 13:42:24 Modified:src Makefile.tmpl Log: Build APR automatically. Revision ChangesPath 1.7 +4 -1 apache-2.0/src/Makefile.tmpl Index: Makefile.tmpl === RCS file:

cvs commit: apache-2.0/src/lib/apr/file_io/unix open.c

1999-09-11 Thread ben
ben 99/09/11 13:42:58 Modified:src/lib/apr/file_io/unix open.c Log: Test for open failure correctly. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

cvs commit: apache-2.0/src/modules/standard mod_negotiation.c

1999-09-11 Thread ben
ben 99/09/11 15:14:12 Modified:src/modules/standard mod_negotiation.c Log: Use return status instead of character value for EOF. Revision ChangesPath 1.5 +3 -2 apache-2.0/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c

cvs commit: apache-2.0/src/main http_core.c http_protocol.c

1999-09-11 Thread ben
ben 99/09/11 15:14:43 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Fix warnings. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/include/http_protocol.h Index: http_protocol.h