cvs commit: apache-2.0/src/lib/apr/lib apr_fnmatch.c apr_pools.c apr_snprintf.c

1999-09-12 Thread ben
ben 99/09/12 03:52:18 Modified:src/lib/apr/file_io/unix filedup.c open.c readwrite.c src/lib/apr/include apr_lib.h src/lib/apr/lib apr_fnmatch.c apr_pools.c apr_snprintf.c Log: Fix warnings. Revision ChangesPath 1.2 +2 -0

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

1999-09-12 Thread ben
ben 99/09/12 03:54:37 Modified:src/lib/apr/file_io/unix readwrite.c Log: Detect EOF correctly, fix a couple of minor warnings. Revision ChangesPath 1.8 +10 -4 apache-2.0/src/lib/apr/file_io/unix/readwrite.c Index: readwrite.c

cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-09-12 Thread rse
rse 99/09/12 05:12:05 Modified:src/lib/apr configure.in src/lib/apr/include apr_config.h.in src/lib/apr/misc/unix start.c Log: Make sure one can compile a server with MPM prefork if no pthread library is used (even when it exists). Please be

Re: cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-09-12 Thread Greg Stein
[EMAIL PROTECTED] wrote: rse 99/09/12 05:12:05 Modified:src/lib/apr configure.in src/lib/apr/include apr_config.h.in src/lib/apr/misc/unix start.c Log: Make sure one can compile a server with MPM prefork if no pthread library is used