You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/12/04 20:03:44 UTC

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.h

trawick     00/12/04 11:03:43

  Modified:    server/mpm/winnt mpm_winnt.h
  Log:
  Get files including mpm_winnt.h compiling again by removing
  the unnecessary references to buff.h and BUFF.
  
  Revision  Changes    Path
  1.22      +0 -5      httpd-2.0/server/mpm/winnt/mpm_winnt.h
  
  Index: mpm_winnt.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mpm_winnt.h	2000/11/09 15:00:21	1.21
  +++ mpm_winnt.h	2000/12/04 19:03:42	1.22
  @@ -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 @@
       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;