You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/10/05 04:58:55 UTC

cvs commit: modperl-2.0/xs/maps apr_structures.map

stas        2004/10/04 19:58:55

  Modified:    xs/maps  apr_structures.map
  Log:
  <apr_bucket_brigade>:bucket_alloc should be readonly
  
  Revision  Changes    Path
  1.19      +1 -1      modperl-2.0/xs/maps/apr_structures.map
  
  Index: apr_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -u -r1.18 -r1.19
  --- apr_structures.map	4 Oct 2004 02:16:42 -0000	1.18
  +++ apr_structures.map	5 Oct 2004 02:58:55 -0000	1.19
  @@ -34,7 +34,7 @@
   <apr_bucket_brigade>
   ~  pool
   >  list
  -   bucket_alloc
  +<  bucket_alloc
   </apr_bucket_brigade>
   
   <apr_finfo_t>