rbb 99/12/14 17:00:08
Modified: src/main http_vhost.c src/os/win32 iol_socket.c Log: Cleanup the Windows build a bit by getting rid of more platform dependant code. Still won't compile cleanly, but we are closer. I am hoping for a clean Windows compile by Friday. Revision Changes Path 1.9 +1 -3 apache-2.0/src/main/http_vhost.c Index: http_vhost.c =================================================================== RCS file: /home/cvs/apache-2.0/src/main/http_vhost.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- http_vhost.c 1999/11/17 21:39:26 1.8 +++ http_vhost.c 1999/12/15 00:59:56 1.9 @@ -647,10 +647,8 @@ dump_iphash_statistics(main_s); #endif if (getenv("DUMP_VHOSTS")) { - int errfileno = STDERR_FILENO; ap_file_t *thefile = NULL; - - ap_put_os_file(&thefile, &errfileno, p); + ap_open_stderr(&thefile, p); dump_vhost_config(thefile); } } 1.8 +1 -0 apache-2.0/src/os/win32/iol_socket.c Index: iol_socket.c =================================================================== RCS file: /home/cvs/apache-2.0/src/os/win32/iol_socket.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- iol_socket.c 1999/11/02 14:30:24 1.7 +++ iol_socket.c 1999/12/15 01:00:03 1.8 @@ -59,6 +59,7 @@ #include "httpd.h" #include "ap_iol.h" #include "iol_socket.h" +#include "apr_portable.h" typedef struct { ap_iol iol;