Commit 9aae0493 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 4c3d730f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;