dreid       99/10/08 04:33:28

  Modified:    src/lib/apr/locks/beos locks.c
  Log:
  And with this small change beos is up to date again!
  
  Revision  Changes    Path
  1.3       +3 -1      apache-2.0/src/lib/apr/locks/beos/locks.c
  
  Index: locks.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/beos/locks.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- locks.c   1999/10/04 16:36:57     1.2
  +++ locks.c   1999/10/08 11:33:28     1.3
  @@ -59,7 +59,9 @@
   #include <strings.h>
   #include <stdio.h>
   
  -ap_status_t ap_create_lock(struct lock_t **lock, ap_context_t *cont, 
ap_locktype_e type, char *fname)
  +ap_status_t ap_create_lock(ap_context_t *cont, ap_locktype_e type, 
  +                           ap_lockscope_e scope, char *fname, 
  +                           struct lock_t **lock)
   {
       struct lock_t *new;
       ap_status_t stat;
  
  
  

Reply via email to