You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/04/09 09:18:00 UTC

cvs commit: httpd-2.0/server gen_test_char.c

wrowe       02/04/09 00:18:00

  Modified:    server   gen_test_char.c
  Log:
    Compiler/platform bogosity is apr's job.
  
  Revision  Changes    Path
  1.13      +0 -3      httpd-2.0/server/gen_test_char.c
  
  Index: gen_test_char.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/gen_test_char.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- gen_test_char.c	22 Mar 2002 05:52:16 -0000	1.12
  +++ gen_test_char.c	9 Apr 2002 07:18:00 -0000	1.13
  @@ -63,9 +63,6 @@
   #include <stdio.h>
   #endif
   
  -/* we need some of the portability definitions... for strchr */
  -#include "httpd.h"
  -
   /* A bunch of functions in util.c scan strings looking for certain characters.
    * To make that more efficient we encode a lookup table.
    */