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 do...@apache.org on 2001/06/08 02:40:18 UTC

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

dougm       01/06/07 17:40:18

  Modified:    xs/maps  apr_functions.map
  Log:
  s/cont/pool/ in apr_lock_create prototype
  
  Revision  Changes    Path
  1.11      +1 -1      modperl-2.0/xs/maps/apr_functions.map
  
  Index: apr_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- apr_functions.map	2001/05/22 20:58:04	1.10
  +++ apr_functions.map	2001/06/08 00:40:17	1.11
  @@ -149,7 +149,7 @@
   MODULE=APR::Lock
   !apr_lock_child_init
    apr_lock_t *:apr_lock_create | mpxs_ | \
  -              SV *:CLASS, cont, type=0, scope=1, fname="lock.file" | new
  +              SV *:CLASS, pool, type=0, scope=1, fname="lock.file" | new
   -apr_lock_destroy
    apr_lock_DESTROY | | lock
    apr_lock_data_get