Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id PAA15802; Mon, 23 Jun 1997 15:48:52 -0700 (PDT) Received: (from dgaudet@localhost) by hyperreal.com (8.8.5/8.8.5) id PAA15793 for apache-cvs; Mon, 23 Jun 1997 15:48:49 -0700 (PDT) Date: Mon, 23 Jun 1997 15:48:49 -0700 (PDT) From: Dean Gaudet Message-Id: <199706232248.PAA15793@hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/support suexec.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org dgaudet 97/06/23 15:48:49 Modified: support suexec.c Log: string.h is ANSI, strings.h isn't. Use string.h. Revision Changes Path 1.23 +1 -1 apache/support/suexec.c Index: suexec.c =================================================================== RCS file: /export/home/cvs/apache/support/suexec.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C3 -r1.22 -r1.23 *** suexec.c 1997/04/24 23:28:46 1.22 --- suexec.c 1997/06/23 22:48:48 1.23 *************** *** 75,81 **** #include #include #include ! #include #include #include #include --- 75,81 ---- #include #include #include ! #include #include #include #include