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

1999-09-13 Thread Ryan Bloom
-if ((*new)-filedes 0 (*new)-filehand == NULL) { +if ((*new)-filedes 0 || (*new)-filehand == NULL) { (*new)-filedes = -1; (*new)-eof_hit = 1; return errno; This is wrong. This says that we NEVER open the file correctly. This is because we

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

1999-09-13 Thread rbb
rbb 99/09/13 05:37:15 Modified:src/modules/mpm/dexter acceptlock.c Log: Fix a stupid typo that never should have been committed. Submitted by: Jim Jagielski Revision ChangesPath 1.8 +2 -2 apache-2.0/src/modules/mpm/dexter/acceptlock.c Index:

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

1999-09-13 Thread Ben Laurie
Ryan Bloom wrote: -if ((*new)-filedes 0 (*new)-filehand == NULL) { +if ((*new)-filedes 0 || (*new)-filehand == NULL) { (*new)-filedes = -1; (*new)-eof_hit = 1; return errno; This is wrong. This says that we NEVER open the file

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

1999-09-13 Thread Ryan Bloom
Yeah but filedes == 0 when you use filehand (which is possibly a bug). OK. This is the bug. Filedes should be -1. I don't know how I missed that in my testing, because we are using filedes all over the place. I'll fix this ASAP. OK, well it didn't work before, and it now does _when_ it is

cvs commit: apache-1.3/src/os/win32 os.h

1999-09-13 Thread stoddard
stoddard99/09/13 06:32:42 Modified:src/include ap_config.h src/os/win32 os.h Log: A bit of WIN32 header file cleanup Revision ChangesPath 1.270 +1 -8 apache-1.3/src/include/ap_config.h Index: ap_config.h

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-09-13 Thread stoddard
stoddard99/09/13 06:53:55 Modified:src/modules/experimental mod_auth_digest.c Log: _WIN32_WINNT define is in os.h now. Revision ChangesPath 1.9 +1 -6 apache-1.3/src/modules/experimental/mod_auth_digest.c Index: mod_auth_digest.c

cvs commit: apache-2.0/src/os/win32 os.h

1999-09-13 Thread stoddard
stoddard99/09/13 07:07:22 Modified:src/include ap_config.h src/os/win32 os.h Log: A bit of WIN32 header file cleanup Revision ChangesPath 1.9 +0 -9 apache-2.0/src/include/ap_config.h Index: ap_config.h

cvs commit: apache-2.0/src/main gen_test_char.dsp gen_test_char.mak

1999-09-13 Thread stoddard
stoddard99/09/13 08:20:54 Modified:src/main gen_test_char.dsp gen_test_char.mak Log: Add apr include path to win32 dsp and make file Revision ChangesPath 1.2 +2 -2 apache-2.0/src/main/gen_test_char.dsp Index: gen_test_char.dsp

cvs commit: apache-2.0/src/lib/apr/include apr_win.h apr_general.h

1999-09-13 Thread stoddard
stoddard99/09/13 09:47:46 Modified:src/lib/apr/include apr_win.h apr_general.h Log: Include the proper win32 header files. Fix 64 bit typedefs. Revision ChangesPath 1.2 +12 -2 apache-2.0/src/lib/apr/include/apr_win.h Index: apr_win.h

cvs commit: apache-2.0/src/ap ap.dsp ap.mak

1999-09-13 Thread stoddard
stoddard99/09/13 10:06:16 Modified:src/ap ap.dsp ap.mak Log: Add path to APR include files. Remove files that are now in APR. Revision ChangesPath 1.3 +2 -22 apache-2.0/src/ap/ap.dsp Index: ap.dsp

cvs commit: apache-2.0/src/ap ap.dsp ap.mak

1999-09-13 Thread stoddard
stoddard99/09/13 11:23:00 Modified:src/ap ap.dsp ap.mak Log: Get rid of a few more files that have moved to APR. Revision ChangesPath 1.4 +6 -14 apache-2.0/src/ap/ap.dsp Index: ap.dsp ===

cvs commit: apache-2.0/src/lib/apr/include apr_portable.h

1999-09-13 Thread stoddard
stoddard99/09/13 12:38:02 Modified:src/lib/apr/include apr_portable.h Log: Prevent duplicate declarations Revision ChangesPath 1.4 +11 -0 apache-2.0/src/lib/apr/include/apr_portable.h Index: apr_portable.h