dreid       01/12/23 05:06:40

  Modified:    locks/beos proc_mutex.c
  Log:
  This small fix allows us to get code that needs this function working
  on BeOS.
  
  Revision  Changes    Path
  1.5       +1 -1      apr/locks/beos/proc_mutex.c
  
  Index: proc_mutex.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/beos/proc_mutex.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- proc_mutex.c      2001/10/28 13:05:51     1.4
  +++ proc_mutex.c      2001/12/23 13:06:40     1.5
  @@ -118,7 +118,7 @@
                                                       const char *fname,
                                                       apr_pool_t *pool)
   {
  -    return APR_ENOTIMPL;
  +    return APR_SUCCESS;
   }
       
   APR_DECLARE(apr_status_t) apr_proc_mutex_lock(apr_proc_mutex_t *mutex)
  
  
  

Reply via email to