]> granicus.if.org Git - apache/commitdiff
Get files including mpm_winnt.h compiling again by removing
authorJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:03:42 +0000 (19:03 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 4 Dec 2000 19:03:42 +0000 (19:03 +0000)
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

server/mpm/winnt/mpm_winnt.h

index 8603ce52d4607c72f3609bf6f83be5cb5f0e0270..d57e40d6b1eb27770b67362272ad519545c25ae4 100644 (file)
 
 #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;