jerenkrantz    02/01/16 17:01:41

  Modified:    flood    flood_farm.c
  Log:
  Clean up includes
  
  Revision  Changes    Path
  1.16      +1 -1      httpd-test/flood/flood_farm.c
  
  Index: flood_farm.c
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/flood_farm.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- flood_farm.c      27 Nov 2001 19:05:05 -0000      1.15
  +++ flood_farm.c      17 Jan 2002 01:01:41 -0000      1.16
  @@ -54,10 +54,10 @@
    * Originally developed by Aaron Bannert and Justin Erenkrantz, eBuilt.
    */
   
  +#include <stdlib.h>     /* exit */
   #include <strings.h>    /* strncasecmp */
   #include <apr_errno.h>
   #include <apr_thread_proc.h>
  -#include <threadproc.h>
   #include <apr_strings.h>
   #include "config.h"
   #include "flood_farmer.h"
  
  
  

Reply via email to