manoj       99/04/08 20:33:40

  Modified:    pthreads/src/os/unix os.h
  Log:
  Remove extra ap_spawnvp declaration.
  
  Revision  Changes    Path
  1.5       +1 -6      apache-apr/pthreads/src/os/unix/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/os/unix/os.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- os.h      1999/04/08 22:42:20     1.4
  +++ os.h      1999/04/09 03:33:39     1.5
  @@ -75,6 +75,7 @@
   #define INLINE extern ap_inline
   
   INLINE int ap_os_is_path_absolute(const char *file);
  +/* spawn = fork + exec on unix */
   INLINE int ap_spawnvp(const char *file, char *const argv[]);
   
   #include "os-inline.c"
  @@ -101,12 +102,6 @@
   #ifdef HAVE_DL_H
   #include <dl.h>
   #endif
  -
  -/*
  - * spawn = fork + exec on unix
  - */
  -
  -extern int ap_spawnvp(const char *, char *const []);
   
   /*
    * Do not use native AIX DSO support
  
  
  

Reply via email to