You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@apache.org on 2001/02/23 01:46:18 UTC

cvs commit: apr-util/buckets apr_buckets_file.c apr_buckets_socket.c

rbb         01/02/22 16:46:18

  Modified:    buckets  apr_buckets_file.c apr_buckets_socket.c
  Log:
  Remove some very old comments.
  Submitted by:	Jon Travis <jt...@covalent.net>
  
  Revision  Changes    Path
  1.34      +0 -1      apr-util/buckets/apr_buckets_file.c
  
  Index: apr_buckets_file.c
  ===================================================================
  RCS file: /home/cvs/apr-util/buckets/apr_buckets_file.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -d -b -w -u -r1.33 -r1.34
  --- apr_buckets_file.c	2001/02/19 06:39:08	1.33
  +++ apr_buckets_file.c	2001/02/23 00:46:17	1.34
  @@ -96,7 +96,6 @@
       free(f);
   }
   
  -/* XXX: We should obey the block flag */
   static apr_status_t file_read(apr_bucket *e, const char **str,
   			      apr_size_t *len, apr_read_type_e block)
   {
  
  
  
  1.19      +0 -1      apr-util/buckets/apr_buckets_socket.c
  
  Index: apr_buckets_socket.c
  ===================================================================
  RCS file: /home/cvs/apr-util/buckets/apr_buckets_socket.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -d -b -w -u -r1.18 -r1.19
  --- apr_buckets_socket.c	2001/02/16 04:17:07	1.18
  +++ apr_buckets_socket.c	2001/02/23 00:46:17	1.19
  @@ -56,7 +56,6 @@
   #include "apr_buckets.h"
   #include <stdlib.h>
   
  -/* XXX: We should obey the block flag */
   static apr_status_t socket_read(apr_bucket *a, const char **str,
   			      apr_size_t *len, apr_read_type_e block)
   {