You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 1999/12/06 23:37:26 UTC

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

dreid       99/12/06 14:37:25

  Modified:    src/lib/apr/lib apr_pools.c
  Log:
  Tidy up a small copy/paste error in the headers.
  
  Revision  Changes    Path
  1.27      +1 -1      apache-2.0/src/lib/apr/lib/apr_pools.c
  
  Index: apr_pools.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_pools.c,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- apr_pools.c	1999/12/06 15:47:45	1.26
  +++ apr_pools.c	1999/12/06 22:37:22	1.27
  @@ -80,7 +80,7 @@
   #include <sys/signal.h>
   #endif
   #ifdef HAVE_SIGNAL_H
  -#include <sys/signal.h>
  +#include <signal.h>
   #endif
   #ifdef HAVE_SYS_WAIT_H
   #include <sys/wait.h>