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 17:06:27 UTC

cvs commit: apache-2.0/src/modules/mpm/winnt mpm_winnt.h

trawick     00/12/04 08:06:26

  Modified:    src/modules/mpm/winnt mpm_winnt.h
  Log:
  Get files including mpm_winnt.h compiling again by removing
  the unnecessary references to buff.h and BUFF.
  
  Somebody who has paid the Microsoft tax recently needs to
  remove buff.c from the project files.
  
  Revision  Changes    Path
  1.22      +0 -5      apache-2.0/src/modules/mpm/winnt/mpm_winnt.h
  
  Index: mpm_winnt.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/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 16:06:25	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;