stas        02/01/20 21:41:54

  Modified:    xs/maps  apr_functions.map
  Log:
  - supply the default for the mech member mech=APR_LOCK_DEFAULT in
  apr_lock_create
  
  Revision  Changes    Path
  1.28      +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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- apr_functions.map 31 Dec 2001 12:12:54 -0000      1.27
  +++ apr_functions.map 21 Jan 2002 05:41:54 -0000      1.28
  @@ -164,7 +164,7 @@
   MODULE=APR::Lock
   !apr_lock_child_init
    apr_lock_t *:apr_lock_create | mpxs_ | \
  -              SV *:CLASS, pool, type=0, mech, scope=1, fname="lock.file" | new
  +              SV *:CLASS, pool, type=0, mech=APR_LOCK_DEFAULT, scope=1, 
fname="lock.file" | new
   -apr_lock_destroy
    apr_lock_DESTROY | | lock
    apr_lock_data_get
  
  
  


Reply via email to