Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 94426 invoked by uid 500); 17 Jan 2002 01:01:42 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 94415 invoked from network); 17 Jan 2002 01:01:41 -0000 Date: 17 Jan 2002 01:01:41 -0000 Message-ID: <20020117010141.99401.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/flood flood_farm.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 /* exit */ #include /* strncasecmp */ #include #include -#include #include #include "config.h" #include "flood_farmer.h"