summaryrefslogtreecommitdiffstats
path: root/server/mpm/winnt/mpm_winnt.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-12-04 20:03:42 +0100
committerJeff Trawick <trawick@apache.org>2000-12-04 20:03:42 +0100
commita57d7d924a4e7f7dfbc07c4126f8128280884937 (patch)
treed938eed0bc5aec71b6a1c40420746db1ab4fcf24 /server/mpm/winnt/mpm_winnt.h
parentinclude new APR symbol apr_make_os_sock (diff)
downloadapache2-a57d7d924a4e7f7dfbc07c4126f8128280884937.tar.xz
apache2-a57d7d924a4e7f7dfbc07c4126f8128280884937.zip
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
Diffstat (limited to '')
-rw-r--r--server/mpm/winnt/mpm_winnt.h5
1 files changed, 0 insertions, 5 deletions
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;