You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/03/16 19:36:13 UTC

cvs commit: apr/threadproc/os2 proc.c

wrowe       02/03/16 10:36:13

  Modified:    threadproc/os2 proc.c
  Log:
    The apr_get_os_proc accessor is no longer supported [better or worse].
  
  Revision  Changes    Path
  1.51      +0 -11     apr/threadproc/os2/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/apr/threadproc/os2/proc.c,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- proc.c	13 Mar 2002 20:39:30 -0000	1.50
  +++ proc.c	16 Mar 2002 18:36:13 -0000	1.51
  @@ -611,17 +611,6 @@
   
   
   
  -APR_DECLARE(apr_status_t) apr_get_os_proc(apr_os_proc_t *theproc, apr_proc_t *proc)
  -{
  -    if (proc == NULL) {
  -        return APR_ENOPROC;
  -    }
  -    *theproc = proc->pid;
  -    return APR_SUCCESS;
  -}
  -
  -
  -
   APR_DECLARE(apr_status_t) apr_proc_detach(int daemonize)
   {
       return APR_ENOTIMPL;