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/01/17 05:29:26 UTC

cvs commit: apr-util/src/buckets Makefile.in ap_brigade.c

rbb         01/01/16 20:29:26

  Modified:    src/buckets Makefile.in ap_brigade.c
  Log:
  Fix the build after splitting the bucket code into two files.
  
  Revision  Changes    Path
  1.9       +2 -1      apr-util/src/buckets/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/src/buckets/Makefile.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile.in	2001/01/07 01:35:49	1.8
  +++ Makefile.in	2001/01/17 04:29:26	1.9
  @@ -1,7 +1,8 @@
   
   TARGETS = ap_buckets_file.lo ap_buckets_pool.lo ap_buckets_flush.lo \
   ap_buckets_refcount.lo ap_buckets_heap.lo ap_buckets_simple.lo ap_buckets.lo \
  -ap_buckets_mmap.lo ap_buckets_socket.lo ap_buckets_eos.lo ap_buckets_pipe.lo
  +ap_buckets_mmap.lo ap_buckets_socket.lo ap_buckets_eos.lo ap_buckets_pipe.lo \
  +ap_brigade.lo
   
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
  
  
  
  1.2       +0 -2      apr-util/src/buckets/ap_brigade.c
  
  Index: ap_brigade.c
  ===================================================================
  RCS file: /home/cvs/apr-util/src/buckets/ap_brigade.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ap_brigade.c	2001/01/17 04:25:20	1.1
  +++ ap_brigade.c	2001/01/17 04:29:26	1.2
  @@ -68,8 +68,6 @@
   
   #include "ap_buckets.h"
   
  -static apr_array_header_t *bucket_types;
  -
   static apr_status_t ap_brigade_cleanup(void *data)
   {
       ap_bucket_brigade *b = data;