rbb         99/06/16 12:30:20

  Modified:    apr/threadproc/unix proc.c
  Log:
  Adding a few new functions so things compile on *nix systems again.  I'll be
  adding the rest of the function for these in the next few days.
  
  Revision  Changes    Path
  1.17      +6 -0      apache-apr/apr/threadproc/unix/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/threadproc/unix/proc.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- proc.c    1999/06/02 18:45:00     1.16
  +++ proc.c    1999/06/16 19:30:19     1.17
  @@ -127,6 +127,12 @@
       return APR_SUCCESS;
   }
   
  +ap_status_t ap_setprocattr_detach(struct procattr_t *attr, ap_int32_t 
detach) 
  +{
  +    attr->detached = detach;
  +    return APR_SUCCESS;
  +}
  +
   ap_status_t ap_fork(ap_context_t *cont, struct proc_t **proc)
   {
       int pid;
  
  
  

Reply via email to