You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/07/01 05:41:36 UTC

cvs commit: apr/locks/unix locks.c

jerenkrantz    01/06/30 20:41:36

  Modified:    locks/unix locks.c
  Log:
  Fix typo (method->meth).
  
  Revision  Changes    Path
  1.58      +1 -1      apr/locks/unix/locks.c
  
  Index: locks.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/unix/locks.c,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- locks.c	2001/06/29 17:53:35	1.57
  +++ locks.c	2001/07/01 03:41:35	1.58
  @@ -166,7 +166,7 @@
   #elif APR_USE_FCNTL_SERIALIZE
           new->inter_meth = &apr_unix_fcntl_methods;
   #elif APR_USE_PROC_PTHREAD_SERIALIZE
  -        new->inter_method = &apr_unix_proc_pthread_methods;
  +        new->inter_meth = &apr_unix_proc_pthread_methods;
   #else
           return APR_ENOTIMPL;
   #endif