]> granicus.if.org Git - apache/commitdiff
Cleanup the Windows build a bit by getting rid of more platform dependant
authorRyan Bloom <rbb@apache.org>
Wed, 15 Dec 1999 00:59:56 +0000 (00:59 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 15 Dec 1999 00:59:56 +0000 (00:59 +0000)
code.  Still won't compile cleanly, but we are closer.  I am hoping for a
clean Windows compile by Friday.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84294 13f79535-47bb-0310-9956-ffa450edef68

server/vhost.c

index 7af335235a426e5084423b4aa272854217b9adb3..a039a164b3eada04072873630cbcf6e2fb243276 100644 (file)
@@ -647,10 +647,8 @@ void ap_fini_vhost_config(ap_context_t *p, server_rec *main_s)
     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);
     }
 }