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...@locus.apache.org on 2000/12/05 01:16:20 UTC

cvs commit: apr/misc/unix otherchild.c

wrowe       00/12/04 16:16:20

  Modified:    misc/unix otherchild.c
  Log:
    My imagination, or was this a bad thing?
  
  Revision  Changes    Path
  1.18      +1 -1      apr/misc/unix/otherchild.c
  
  Index: otherchild.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/unix/otherchild.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- otherchild.c	2000/11/09 06:30:11	1.17
  +++ otherchild.c	2000/12/05 00:16:19	1.18
  @@ -62,7 +62,7 @@
   #ifdef HAVE_SYS_SELECT_H
   #include <sys/select.h>
   #endif
  -#ifdef APR_HAVE_SYS_WAIT_H
  +#if APR_HAVE_SYS_WAIT_H
   #include <sys/wait.h>
   #endif
   #ifdef BEOS