manoj       99/10/12 13:39:03

  Modified:    src/main http_protocol.c
  Log:
  Eliminate a warning.
  
  Revision  Changes    Path
  1.21      +1 -1      apache-2.0/src/main/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_protocol.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -d -u -r1.20 -r1.21
  --- http_protocol.c   1999/10/12 20:36:56     1.20
  +++ http_protocol.c   1999/10/12 20:38:58     1.21
  @@ -2008,7 +2008,7 @@
   {
       char buf[IOBUFSIZE];
       long total_bytes_sent = 0;
  -    register w, o;
  +    register int w, o;
       int n;
       ap_status_t status;
   
  
  
  

Reply via email to