From: Jeff Trawick Date: Mon, 4 Dec 2000 19:03:42 +0000 (+0000) Subject: Get files including mpm_winnt.h compiling again by removing X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aae0493f92b8704c750fd809f2acdb2cd57887a;p=apache Get files including mpm_winnt.h compiling again by removing the unnecessary references to buff.h and BUFF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 8603ce52d4..d57e40d6b1 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -61,10 +61,6 @@ #include "ap_listen.h" -/* Till we are freed in the mpm_winnt */ - -#include "buff.h" - /* From registry.c: */ apr_status_t ap_registry_create_key(const char *key); @@ -134,7 +130,6 @@ typedef struct CompContext { SOCKET accept_socket; apr_socket_t *sock; ap_listen_rec *lr; - BUFF *conn_io; char *recv_buf; int recv_buf_size; apr_pool_t *ptrans;