You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1997/06/29 19:43:55 UTC

cvs commit: apache/src http_protocol.c

ben         97/06/29 10:43:55

  Modified:    src       http_protocol.c
  Log:
  Fix VC++ warnings.
  
  Revision  Changes    Path
  1.128     +1 -1      apache/src/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_protocol.c,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -C3 -r1.127 -r1.128
  *** http_protocol.c	1997/06/15 19:22:27	1.127
  --- http_protocol.c	1997/06/29 17:43:54	1.128
  ***************
  *** 505,511 ****
    
    #if defined(__EMX__) || defined(WIN32)
        /* Variable for OS/2 fix below. */
  !     int loop;
    #endif
    
    /* A proxy request contains a ':' early on, but not as first character */
  --- 505,511 ----
    
    #if defined(__EMX__) || defined(WIN32)
        /* Variable for OS/2 fix below. */
  !     size_t loop;
    #endif
    
    /* A proxy request contains a ':' early on, but not as first character */